mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Some UI cleanups, changes, and various miscellany.
git-svn-id: https://develop.svn.wordpress.org/trunk@4349 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -71,6 +71,7 @@ function addLoadEvent(func) {if ( typeof wpOnload!='function'){wpOnload=func;}el
|
||||
else :
|
||||
add_action( 'admin_head', 'wp_upload_admin_head' );
|
||||
include_once('admin-header.php');
|
||||
echo "<div class='wrap'>";
|
||||
endif;
|
||||
|
||||
echo "<ul id='upload-menu'>\n";
|
||||
@@ -116,6 +117,7 @@ call_user_func( $wp_upload_tabs[$tab][2] );
|
||||
echo "</div>\n";
|
||||
|
||||
if ( 'inline' != $style ) :
|
||||
echo "<div class='clear'></div></div>";
|
||||
include_once('admin-footer.php');
|
||||
else : ?>
|
||||
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
|
||||
|
||||
Reference in New Issue
Block a user