Changeset 25616 for trunk/src/wp-admin/moderation.php
- Timestamp:
- 09/25/2013 12:17:40 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/moderation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/moderation.php
r19712 r25616 8 8 * @subpackage Administration 9 9 */ 10 require_once( '../wp-load.php');10 require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' ); 11 11 wp_redirect( admin_url('edit-comments.php?comment_status=moderated') ); 12 12 exit;
Note: See TracChangeset
for help on using the changeset viewer.