Changeset 10000 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/comments-edit.php
- Timestamp:
- 07/03/2020 03:11:38 AM (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
r7760 r10000 9 9 */ 10 10 11 get_header(); 11 get_header(); 12 12 13 13 $comment_id = get_query_var( 'edit_user_note' ); … … 18 18 19 19 if ( ! ( $comment && $post && $post_id && $can_user_edit ) ) { 20 // Bail if the current user can't edit this note, or if 20 // Bail if the current user can't edit this note, or if 21 21 // the comment or global post data is not found. 22 22 include get_404_template();
Note: See TracChangeset
for help on using the changeset viewer.