~canonical-sysadmins/wordpress/4.8.2

« back to all changes in this revision

Viewing changes to wp-admin/media.php

  • Committer: Barry Price
  • Date: 2017-06-09 02:09:58 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: barry.price@canonical.com-20170609020958-838whhwt2196f2vk
Merge WP4.8 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
?>
104
104
 
105
105
<div class="wrap">
106
 
<h1>
107
 
<?php
 
106
<h1 class="wp-heading-inline"><?php
108
107
echo esc_html( $title );
 
108
?></h1>
 
109
 
 
110
<?php
109
111
if ( current_user_can( 'upload_files' ) ) { ?>
110
112
        <a href="media-new.php" class="page-title-action"><?php echo esc_html_x('Add New', 'file'); ?></a>
111
113
<?php } ?>
112
 
</h1>
 
114
 
 
115
<hr class="wp-header-end">
113
116
 
114
117
<form method="post" class="media-upload-form" id="media-single-form">
115
118
<p class="submit" style="padding-bottom: 0;">