Changeset 42343 for trunk/src/wp-admin/moderation.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/moderation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/moderation.php
r25616 r42343 9 9 */ 10 10 require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' ); 11 wp_redirect( admin_url( 'edit-comments.php?comment_status=moderated') );11 wp_redirect( admin_url( 'edit-comments.php?comment_status=moderated' ) ); 12 12 exit;
Note: See TracChangeset
for help on using the changeset viewer.