Merge post.js with page.js and slug.js, optimize categories and tags JS, standardize postboxes IDs and JS.

git-svn-id: http://svn.automattic.com/wordpress/trunk@12022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-10-13 10:02:42 +00:00
parent efa493655e
commit b2966fba30
21 changed files with 588 additions and 778 deletions

View File

@@ -104,7 +104,7 @@ case 'edit':
exit();
}
wp_enqueue_script('page');
wp_enqueue_script('post');
if ( user_can_richedit() )
wp_enqueue_script('editor');
add_thickbox();