質問編集履歴

1

書式の改善

2017/07/17 03:44

投稿

linlin
linlin

スコア8

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,8 @@
44
44
 
45
45
 
46
46
 
47
+ ```
48
+
47
49
  define( 'WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST'] . '/test/' );
48
50
 
49
51
  define( 'WP_HOME', 'http://' . $_SERVER['HTTP_HOST'] . '/test/' );
@@ -52,7 +54,7 @@
52
54
 
53
55
  $table_prefix = 'wp4_';
54
56
 
55
-
57
+ ```
56
58
 
57
59
 
58
60
 
@@ -66,7 +68,7 @@
66
68
 
67
69
  こちらが実際のテストサイトになります。
68
70
 
69
- http://rentalsalon.chu.jp/test/
71
+ [http://rentalsalon.chu.jp/test/](http://rentalsalon.chu.jp/test/)
70
72
 
71
73
 
72
74
 
@@ -76,7 +78,9 @@
76
78
 
77
79
 
78
80
 
81
+ ```
82
+
79
- BEGIN WordPress
83
+ # BEGIN WordPress
80
84
 
81
85
  <IfModule mod_rewrite.c>
82
86
 
@@ -94,7 +98,9 @@
94
98
 
95
99
 
96
100
 
97
- END WordPress
101
+ # END WordPress
102
+
103
+ ```
98
104
 
99
105
 
100
106