Make WordPress Core


Ignore:
Timestamp:
11/14/2010 08:28:55 PM (15 years ago)
Author:
scribu
Message:

Make submitted-on a class instead of an id. Fixes #15426

File:
1 edited

Legend:

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

    r16371 r16375  
    334334        }
    335335
    336         echo '<div id="submitted-on">';
     336        echo '<div class="submitted-on">';
    337337        /* translators: 2: comment date, 3: comment time */
    338338        printf( __( 'Submitted on <a href="%1$s">%2$s at %3$s</a>' ), $comment_url,
Note: See TracChangeset for help on using the changeset viewer.