mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-13 05:10:18 +00:00
Fix display of 'enter title here'. see #12591
git-svn-id: https://develop.svn.wordpress.org/trunk@13969 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -600,6 +600,8 @@ jQuery(document).ready( function($) {
|
||||
makeSlugeditClickable();
|
||||
}
|
||||
|
||||
if ( $('#title').val() == '' )
|
||||
$('#title').siblings('#title-prompt-text').css('visibility', '');
|
||||
$('#title-prompt-text').click(function(){
|
||||
$(this).css('visibility', 'hidden').siblings('#title').focus();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user