Changeset 21736
- Timestamp:
- 09/04/2012 06:23:51 PM (12 years ago)
- Location:
- trunk/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-comments-list-table.php
r21735 r21736 303 303 304 304 function single_row( $a_comment ) { 305 global $comment; 306 $post = get_post(); 305 global $post, $comment; 307 306 308 307 $comment = $a_comment; -
trunk/wp-admin/includes/class-wp-media-list-table.php
r21735 r21736 157 157 158 158 function display_rows() { 159 $post = get_post(); 160 $id = $post->ID; 159 global $post, $id; 161 160 162 161 add_filter( 'the_title','esc_html' );
Note: See TracChangeset
for help on using the changeset viewer.