Sign in
webkit
/
WebKit
/
refs/heads/safari-4-branch
/
.
/
WebKitSite
/
blog
/
wp-admin
/
moderation.php
blob: 46cda95fc72090e67e9b8b66e3ca7f63bda2c8fe [
file
] [
log
] [
blame
]
<?
php
require_once
(
'../wp-load.php'
);
wp_redirect
(
'edit-comments.php?comment_status=moderated'
);
?>