Changeset 10000 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
- Timestamp:
- 07/03/2020 03:11:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
r9981 r10000 147 147 } 148 148 149 if ( ! $show_editor && ( $reply_id && ( $reply_id === (int) $comment->comment_ID ) ) ) { 149 if ( ! $show_editor && ( $reply_id && ( $reply_id === (int) $comment->comment_ID ) ) ) { 150 150 /* The query var 'replytocom' is used and the value is the same as the current comment ID. 151 151 * We show the editor for the current comment because we assume Javascript is disabled. … … 1447 1447 * A user can only edit their own notes if it's in moderation and 1448 1448 * if it's a note for a parsed post type. 1449 * 1449 * 1450 1450 * Users with the 'edit_comment' capability can edit 1451 1451 * all notes from a parsed post type (regardless if it's in moderation).
Note: See TracChangeset
for help on using the changeset viewer.