summaryrefslogtreecommitdiffstats
path: root/wp-content
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content')
-rw-r--r--wp-content/themes/default/attachment.php2
-rw-r--r--wp-content/themes/default/page.php2
-rw-r--r--wp-content/themes/default/single.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/wp-content/themes/default/attachment.php b/wp-content/themes/default/attachment.php
index 0d606db..7839b6c 100644
--- a/wp-content/themes/default/attachment.php
+++ b/wp-content/themes/default/attachment.php
@@ -17,7 +17,7 @@
<?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
- <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
+ <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<p class="postmetadata alt">
<small>
diff --git a/wp-content/themes/default/page.php b/wp-content/themes/default/page.php
index 57017b0..9c3838d 100644
--- a/wp-content/themes/default/page.php
+++ b/wp-content/themes/default/page.php
@@ -8,7 +8,7 @@
<div class="entry">
<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
- <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
+ <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
</div>
diff --git a/wp-content/themes/default/single.php b/wp-content/themes/default/single.php
index fb071b1..ee040d5 100644
--- a/wp-content/themes/default/single.php
+++ b/wp-content/themes/default/single.php
@@ -15,7 +15,7 @@
<div class="entry">
<?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
- <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
+ <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<p class="postmetadata alt">
<small>