Merge edit-pages.php into edit.php. see #9674

git-svn-id: http://svn.automattic.com/wordpress/trunk@12728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2010-01-15 16:58:36 +00:00
parent 61e1249bf0
commit 05bf7382ff
21 changed files with 321 additions and 662 deletions
+2
View File
@@ -50,6 +50,8 @@ function add_js() {
}
add_filter('admin_head', 'add_js');
add_contextual_help($current_screen, __('<a href="http://codex.wordpress.org/Settings_General_SubPanel" target="_blank">General Settings</a>'));
include('./admin-header.php');
?>