This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
Wordpress
Watch
1
Star
0
Fork
You've already forked Wordpress
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
681cc94a61
Wordpress
/
wp-admin
/
moderation.php
5 lines
100 B
PHP
Raw
Normal View
History
Unescape
Escape
Resurrect moderation.php as a redirect to edit-comments.php. git-svn-id: https://develop.svn.wordpress.org/trunk@7027 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-25 20:29:30 +01:00
<
?
php
Allow wp-config.php to exist one level up from WordPress root directory. Props sambauers. fixes #6933 git-svn-id: https://develop.svn.wordpress.org/trunk@7971 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-21 07:59:27 +02:00
require_once
(
'../wp-load.php'
);
Resurrect moderation.php as a redirect to edit-comments.php. git-svn-id: https://develop.svn.wordpress.org/trunk@7027 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-25 20:29:30 +01:00
wp_redirect
(
'edit-comments.php?comment_status=moderated'
);
?>