Make WordPress Core


Ignore:
Timestamp:
10/02/2006 06:03:34 PM (19 years ago)
Author:
ryan
Message:

Don't use deprecated functions. Props Nazgul. fixes #3186

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/single.php

    r4047 r4264  
    1616                <?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
    1717
    18                 <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
     18                <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    1919
    2020                <p class="postmetadata alt">
Note: See TracChangeset for help on using the changeset viewer.