Changeset 42827 for trunk/src/wp-admin/edit-comments.php
- Timestamp:
- 03/11/2018 04:43:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r42719 r42827 147 147 $draft_or_post_title = wp_html_excerpt( _draft_or_post_title( $post_id ), 50, '…' ); 148 148 if ( $comments_count->moderated > 0 ) { 149 /* translators: 1: comments count 2: post title */149 /* translators: 1: comments count, 2: post title */ 150 150 $title = sprintf( 151 151 __( 'Comments (%1$s) on “%2$s”' ),
Note: See TracChangeset
for help on using the changeset viewer.