This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
WordPress
Watch
1
Star
0
Fork
0
You've already forked WordPress
mirror of
https://github.com/WordPress/WordPress.git
synced
2024-11-09 04:11:10 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
59beabd5dc
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 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: http://svn.automattic.com/wordpress/trunk@7971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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: http://svn.automattic.com/wordpress/trunk@7027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-25 20:29:30 +01:00
wp_redirect
(
'edit-comments.php?comment_status=moderated'
);
?>
Reference in New Issue
Copy Permalink