Make WordPress Core


Ignore:
Timestamp:
02/13/2010 08:49:27 AM (15 years ago)
Author:
nacin
Message:

Consistently hide bulk actions, filters, and subpage links on admin panels when there are no items to show. Fixes #12086

File:
1 edited

Legend:

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

    r12994 r13100  
    400400<p><?php
    401401if ( isset($_GET['post_status']) && 'trash' == $_GET['post_status'] )
    402     _e('No posts found in the trash');
     402    _e( 'No posts found in the Trash.' );
    403403else
    404     _e('No posts found');
     404    _e( 'No posts found.' );
    405405?></p>
    406406<?php } ?>
Note: See TracChangeset for help on using the changeset viewer.