Make WordPress Core

Changeset 11185


Ignore:
Timestamp:
05/05/2009 02:31:32 AM (16 years ago)
Author:
azaozz
Message:

Fix "No posts found" on media screens, props hakre, fixes #9680

Location:
trunk/wp-admin
Files:
2 edited

Legend:

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

    r11109 r11185  
    203203<?php } else { ?>
    204204
    205 <p><?php _e('No posts found.') ?></p>
     205<p><?php _e('No media attachments found.') ?></p>
    206206
    207207<?php
  • trunk/wp-admin/upload.php

    r11180 r11185  
    376376
    377377    } else { ?>
    378     <tr><td colspan="5"><?php _e('No posts found.') ?></td></tr>
     378    <tr><td colspan="5"><?php _e('No media attachments found.') ?></td></tr>
    379379<?php } ?>
    380380</tbody>
Note: See TracChangeset for help on using the changeset viewer.