質問編集履歴

2

コードブロックに関するミスを修正

2017/04/02 08:34

投稿

flowering
flowering

スコア8

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,9 @@
14
14
 
15
15
  ・Wordpressのfunctions.phpに、
16
16
 
17
+ ```
18
+
17
- ```function get_stock($atts){
19
+ function get_stock($atts){
18
20
 
19
21
  global $wpdb;
20
22
 

1

コードブロックで囲みました

2017/04/02 08:34

投稿

flowering
flowering

スコア8

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ・Wordpressのfunctions.phpに、
16
16
 
17
- function get_stock($atts){
17
+ ```function get_stock($atts){
18
18
 
19
19
  global $wpdb;
20
20
 
@@ -33,6 +33,8 @@
33
33
  }
34
34
 
35
35
  add_shortcode('stock','get_stock');
36
+
37
+ ```
36
38
 
37
39
 
38
40