mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
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:
+4
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user