Hide post title field in DFW if title is not supported by the current post type or missing, fixes $18568

git-svn-id: https://develop.svn.wordpress.org/trunk@18828 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-09-29 22:59:49 +00:00
parent 4e081d3171
commit cfc8bd3d53
4 changed files with 10 additions and 6 deletions

View File

@@ -86,7 +86,7 @@ function wp_default_scripts( &$scripts ) {
$scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", array('utils','jquery'), '20110820', 1 );
$scripts->add( 'wp-fullscreen', "/wp-admin/js/wp-fullscreen$suffix.js", array('jquery'), '20110926', 1 );
$scripts->add( 'wp-fullscreen', "/wp-admin/js/wp-fullscreen$suffix.js", array('jquery'), '20110929', 1 );
$scripts->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6.1');