質問編集履歴

1

コードの記載方法

2019/09/10 06:42

投稿

Marinn
Marinn

スコア6

test CHANGED
File without changes
test CHANGED
@@ -10,9 +10,9 @@
10
10
 
11
11
 
12
12
 
13
+ ```php
13
14
 
14
-
15
- /* カスタム投稿タイプを設定 */
15
+ /* カスタム投稿タイプを設定 */
16
16
 
17
17
  add_action( 'init', 'create_post_type' );
18
18
 
@@ -57,3 +57,5 @@
57
57
 
58
58
 
59
59
  }
60
+
61
+ ```