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/single.php

    r13757 r13818  
    2424                    <div class="entry-content">
    2525                        <?php the_content(); ?>
    26                         <?php wp_link_pages( 'before=<div class="page-link">' . __( 'Pages:', 'twentyten' ) . '&after=</div>' ); ?>
     26                        <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
    2727                    </div><!-- .entry-content -->
    2828
Note: See TracChangeset for help on using the changeset viewer.