Changeset 47122 for trunk/src/wp-admin/comment.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r47088 r47122 138 138 } 139 139 140 if ( $comment->comment_approved != '0' ) { // if not unapproved140 if ( $comment->comment_approved != '0' ) { // If not unapproved. 141 141 $message = ''; 142 142 switch ( $comment->comment_approved ) { … … 356 356 wp_die( __( 'Unknown action.' ) ); 357 357 358 } // end switch358 } // End switch. 359 359 360 360 include( ABSPATH . 'wp-admin/admin-footer.php' );
Note: See TracChangeset
for help on using the changeset viewer.