Make WordPress Core


Ignore:
Timestamp:
11/15/2008 05:56:44 PM (17 years ago)
Author:
ryan
Message:

Notice fixes. Props DD32. see #7509

File:
1 edited

Legend:

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

    r9690 r9714  
    2525<?php
    2626if ( have_posts() ) {
    27 $bgcolor = '';
    2827add_filter('the_title','wp_specialchars');
    2928while (have_posts()) : the_post();
     
    201200} else {
    202201?>
    203   <tr style='background-color: <?php echo $bgcolor; ?>'>
     202  <tr>
    204203    <td colspan="8"><?php _e('No posts found.') ?></td>
    205204  </tr>
Note: See TracChangeset for help on using the changeset viewer.