Make WordPress Core


Ignore:
Timestamp:
11/27/2008 12:13:08 PM (16 years ago)
Author:
azaozz
Message:

Add missing div in themes.php, props demetris, fixes #8395

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r9918 r9921  
    127127
    128128<?php if ( $page_links ) : ?>
     129<div class="tablenav">
    129130<div class="tablenav-pages"><?php $page_links_text = sprintf( '<span class="displaying-num">' . __( 'Displaying %s&#8211;%s of %s' ) . '</span>%s',
    130131    number_format_i18n( $start + 1 ),
     
    133134    $page_links
    134135); echo $page_links_text; ?></div>
     136</div>
    135137<?php endif; ?>
    136138
Note: See TracChangeset for help on using the changeset viewer.