質問編集履歴

2

誤字修正

2021/05/26 02:39

投稿

shimon11
shimon11

スコア49

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  /**
38
38
 
39
- * パスワードを生成する ユーザーID '2'を設定
39
+ * パスワードを生成する ユーザーID '1'を設定
40
40
 
41
41
  */
42
42
 
@@ -44,7 +44,7 @@
44
44
 
45
45
  $password = wp_generate_password( 12, true );
46
46
 
47
- wp_set_password( $password, 3 );
47
+ wp_set_password( $password, 1 );
48
48
 
49
49
  }
50
50
 

1

言語の追加

2021/05/26 02:39

投稿

shimon11
shimon11

スコア49

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
 
17
- ```ここに言語名を入力
17
+ ```php
18
18
 
19
19
  /**
20
20