回答編集履歴

1

記述ミスを訂正

2016/09/28 14:29

投稿

kchiku
kchiku

スコア146

test CHANGED
@@ -68,9 +68,9 @@
68
68
 
69
69
  <?php
70
70
 
71
- if (function_exists('responsive_pagination')) {
71
+ if (function_exists('pagination')) {
72
72
 
73
- responsive_pagination($max_num_pages);
73
+ pagination($max_num_pages);
74
74
 
75
75
  }
76
76