Skip to content

Commit

Permalink
Merge branch 'develop' for 1.1.0, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
helen committed Jul 30, 2019
2 parents f3dc82a + 5293791 commit 368e273
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions assets/js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,8 @@
},
ready: function() {
var $submitdiv = $('#submitdiv');
$submitdiv.removeClass('postbox');
$submitdiv.children('.hndle').children('span').text('Issue Date');
$submitdiv.children('.handlediv').hide();
$submitdiv.children('.hndle').off( 'click.postboxes' ).children('span').text('Issue Date');
var $mpa = $('#major-publishing-actions');
$mpa.wrapInner('<div id="publishing-actions"></div>');
$mpa.prepend('<h3 class="hndle">Actions</h3>');
Expand Down
Loading

0 comments on commit 368e273

Please sign in to comment.