Add h2 to Uploads page. Props mdawaffe. fixes #3541

git-svn-id: https://develop.svn.wordpress.org/trunk@4708 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-01-09 09:05:54 +00:00
parent 9fb0fa48fb
commit 0969550af7
2 changed files with 17 additions and 1 deletions
+4 -1
View File
@@ -79,7 +79,10 @@ 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'>";
?>
<div class='wrap'>
<h2><?php _e('Uploads'); ?></h2>
<?php
endif;
echo "<ul id='upload-menu'>\n";