Make WordPress Core


Ignore:
Timestamp:
10/27/2010 10:43:43 AM (14 years ago)
Author:
dd32
Message:

Use Absolute URL's & API's in header redirects in more locations. See #14062

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/moderation.php

    r8645 r16008  
    99 */
    1010require_once('../wp-load.php');
    11 wp_redirect('edit-comments.php?comment_status=moderated');
     11wp_redirect( admin_url('edit-comments.php?comment_status=moderated') );
    1212?>
Note: See TracChangeset for help on using the changeset viewer.