Make WordPress Core


Ignore:
Timestamp:
10/31/2010 01:29:23 AM (16 years ago)
Author:
scribu
Message:

WP_List_Table::no_items() consistency fixes. See #14579

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-list-table.php

    r16061 r16109  
    617617                        $this->display_table();
    618618                } else {
    619                         echo '<br class="clear">';
    620                         $this->extra_tablenav( 'top' );
    621                         echo '<br class="clear">';
    622                         echo '<p>';
    623                         $this->no_items();
    624                         echo '</p>';
     619?>
     620                <br class="clear">
     621                <p><?php $this->no_items(); ?></p>
     622<?php
    625623                }
    626624        }
Note: See TracChangeset for help on using the changeset viewer.