Changeset 7760
- Timestamp:
- 10/23/2018 05:02:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/comments-edit.php
r7754 r7760 36 36 $post_link = sprintf( '<a href="%s">%s</a>', esc_url( $post_url ), $post_title ); 37 37 /* translators: %d: comment ID */ 38 $note_link = sprintf( '<a href="%s">%s</a>', esc_url( $post_url . '#comment-' . $comment_id ), sprintf( __( 'note %d', $comment_id ), 'wporg') );38 $note_link = sprintf( '<a href="%s">%s</a>', esc_url( $post_url . '#comment-' . $comment_id ), sprintf( __( 'note %d', 'wporg' ), $comment_id ) ); 39 39 $type_link = sprintf( '<a href="%s">%s</a>', esc_url( $type_url ), $type_label ); 40 40
Note: See TracChangeset
for help on using the changeset viewer.