質問編集履歴

1

<code>で括る

2017/08/06 03:58

投稿

Dvtv
Dvtv

スコア16

test CHANGED
File without changes
test CHANGED
@@ -17,6 +17,8 @@
17
17
 
18
18
 
19
19
  ###該当のソースコード
20
+
21
+ ```
20
22
 
21
23
  function custom_menu_order($menu_ord) {
22
24
 
@@ -44,7 +46,7 @@
44
46
 
45
47
  add_filter('menu_order', 'custom_menu_order');
46
48
 
47
-
49
+ ```
48
50
 
49
51
 
50
52