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

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