Changeset 9714 for trunk/wp-admin/edit-attachment-rows.php
- Timestamp:
- 11/15/2008 05:56:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-attachment-rows.php
r9690 r9714 25 25 <?php 26 26 if ( have_posts() ) { 27 $bgcolor = '';28 27 add_filter('the_title','wp_specialchars'); 29 28 while (have_posts()) : the_post(); … … 201 200 } else { 202 201 ?> 203 <tr style='background-color: <?php echo $bgcolor; ?>'>202 <tr> 204 203 <td colspan="8"><?php _e('No posts found.') ?></td> 205 204 </tr>
Note: See TracChangeset
for help on using the changeset viewer.