Make WordPress Core


Ignore:
Timestamp:
03/26/2010 05:37:55 AM (15 years ago)
Author:
iammattthomas
Message:

Replace query strings with arras in Twenty Ten, see #12698. Props demetris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/loop.php

    r13720 r13818  
    118118            <div class="entry-content">
    119119                <?php the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?>
    120                 <?php wp_link_pages('before=<div class="page-link">' . __( 'Pages:', 'twentyten' ) . '&after=</div>'); ?>
     120                <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
    121121            </div><!-- .entry-content -->
    122122    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.