Changeset 15666 for trunk/wp-admin/includes/default-list-tables.php
- Timestamp:
- 09/26/2010 10:02:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/default-list-tables.php
r15653 r15666 2441 2441 $action .= ' hide-if-no-js'; 2442 2442 elseif ( ( $action == 'untrash' && $the_comment_status == 'trash' ) || ( $action == 'unspam' && $the_comment_status == 'spam' ) ) { 2443 if ( '1' == get_comment_meta( $comment _id, '_wp_trash_meta_status', true ) )2443 if ( '1' == get_comment_meta( $comment->comment_ID, '_wp_trash_meta_status', true ) ) 2444 2444 $action .= ' approve'; 2445 2445 else
Note: See TracChangeset
for help on using the changeset viewer.