mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Move Show Settings into header and rename Advanced Options. Move preview links into submit box. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8883 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -60,4 +60,14 @@ jQuery(document).ready( function($) {
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
jQuery('.edit-post-status').click(function () {
|
||||
if (jQuery('#post-status-select').is(":hidden")) {
|
||||
jQuery('#post-status-select').slideDown("normal");
|
||||
} else {
|
||||
jQuery('#post-status-select').slideUp("normal");
|
||||
jQuery('#post-status-display').html(jQuery('#post_status :selected').text());
|
||||
}
|
||||
return false;
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user