Make WordPress Core


Ignore:
Timestamp:
01/15/2011 12:35:29 AM (14 years ago)
Author:
ryan
Message:

Improve presentation when there are no available themes. Props solarissmoke, garyc40. fixes #16196

File:
1 edited

Legend:

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

    r17264 r17303  
    141141        <table id="availablethemes" cellspacing="0" cellpadding="0">
    142142            <tbody id="the-list" class="list:themes">
    143                 <?php $this->display_rows(); ?>
     143                <?php $this->display_rows_or_placeholder(); ?>
    144144            </tbody>
    145145        </table>
Note: See TracChangeset for help on using the changeset viewer.