Changeset 34132 for trunk/src/wp-admin/edit-comments.php
- Timestamp:
- 09/14/2015 10:23:43 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-comments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r33860 r34132 45 45 $redirect_to = add_query_arg( 'paged', $pagenum, $redirect_to ); 46 46 47 wp_defer_comment_counting( true ); 48 47 49 foreach ( $comment_ids as $comment_id ) { // Check the permissions on each 48 50 if ( !current_user_can( 'edit_comment', $comment_id ) ) … … 80 82 } 81 83 } 84 85 wp_defer_comment_counting( false ); 82 86 83 87 if ( $approved )
Note: See TracChangeset
for help on using the changeset viewer.