initial
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
(function( $ ) {
|
||||
'use strict';
|
||||
$(document).ready( function() {
|
||||
|
||||
// Move "Manage Columns" button to the right of "Filter" button on list tables
|
||||
$('#content-order-button').appendTo('.tablenav.top .alignleft.actions:not(.bulkactions)');
|
||||
|
||||
}); // END OF $(document).ready()
|
||||
})( jQuery );
|
||||
Reference in New Issue
Block a user