This website requires JavaScript.
Explore
Help
Sign In
WordPress-C
/
WordPress
mirror of
https://github.com/WordPress/WordPress.git
Watch
1
Star
0
Fork
You've already forked WordPress
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1ef0029be8
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: http://svn.automattic.com/wordpress/trunk@7027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-25 14:29:30 -05:00
<
?
php
Allow wp-config.php to exist one level up from WordPress root directory. Props sambauers. fixes #6933 git-svn-id: http://svn.automattic.com/wordpress/trunk@7971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-21 01:59:27 -04:00
require_once
(
'../wp-load.php'
);
Resurrect moderation.php as a redirect to edit-comments.php. git-svn-id: http://svn.automattic.com/wordpress/trunk@7027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-25 14:29:30 -05:00
wp_redirect
(
'edit-comments.php?comment_status=moderated'
);
?>