mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 09:10:06 +00:00
Expand the Quick Draft section by default. Fixes #26463, props bassgang.
git-svn-id: https://develop.svn.wordpress.org/trunk@26813 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -114,8 +114,6 @@ jQuery(document).ready( function($) {
|
||||
});
|
||||
|
||||
$('#quick-press').on( 'click focusin', function() {
|
||||
$(this).addClass('quickpress-open');
|
||||
$('#description-wrap, p.submit').slideDown(200);
|
||||
wpActiveEditor = 'content';
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user