回答編集履歴

1

Syntax error\.

2016/09/07 10:01

投稿

退会済みユーザー
test CHANGED
@@ -1,5 +1,5 @@
1
1
  ```php
2
2
 
3
- <a href=<?php echo get_stylesheet_directory_uri(); ?>/next.php">次のページへ行く</a>
3
+ <a href="<?php echo get_stylesheet_directory_uri(); ?>/next.php">次のページへ行く</a>
4
4
 
5
5
  ```