Merge revisions.css into wp-admin.css. Move misplaced block of revisions CSS in wp-admin.css into appropriate section. Some standards clean up and selector merging. see #23497.

git-svn-id: https://develop.svn.wordpress.org/trunk@23507 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2013-02-28 15:40:44 +00:00
parent 554627a0d5
commit 7f7f9a805c
5 changed files with 220 additions and 231 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ if ( !empty($post->post_type) && 'post' != $post->post_type )
else
$parent_file = $submenu_file = 'edit.php';
wp_enqueue_style( 'revisions' );
wp_enqueue_style( 'wp-jquery-ui-slider' );
wp_enqueue_script( 'revisions' );
require_once( './admin-header.php' );