This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
Patrick
/
acaresydney_ts
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
dont updat password for existing users
master
patrick
6 년 전
부모
9eec35a6d1
커밋
608c5e6715
1개의 변경된 파일
과
1개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ts.php
+ 1
- 0
ts.php
파일 보기
@@ -116,6 +116,7 @@ class AcareOffice{
wp_insert_user($args);
}else{//update user
$args['ID'] = $user->ID;
unset($args['user_pass']); //we don't change password
wp_update_user($args);
}
}
Write
Preview
Loading…
취소
저장