Changeset 37624
- Timestamp:
- 06/02/2016 03:06:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r37488 r37624 202 202 $status_links = array(); 203 203 $num_comments = ( $post_id ) ? wp_count_comments( $post_id ) : wp_count_comments(); 204 //, number_format_i18n($num_comments->moderated) ), "<span class='comment-count'>" . number_format_i18n($num_comments->moderated) . "</span>"), 205 //, number_format_i18n($num_comments->spam) ), "<span class='spam-comment-count'>" . number_format_i18n($num_comments->spam) . "</span>") 204 206 205 $stati = array( 207 206 /* translators: %s: all comments count */
Note: See TracChangeset
for help on using the changeset viewer.