Ticket #26601: 26601.old-media.diff
File 26601.old-media.diff, 738 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/media.php
103 103 ?> 104 104 105 105 <div class="wrap"> 106 <h1> 106 <h1 class="wp-heading-inline"><?php 107 echo esc_html( $title ); 108 ?></h1> 109 107 110 <?php 108 echo esc_html( $title );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>113 114 115 <hr class="wp-header-end"> 116 114 117 <form method="post" class="media-upload-form" id="media-single-form"> 115 118 <p class="submit" style="padding-bottom: 0;"> 116 119 <?php submit_button( __( 'Update Media' ), 'primary', 'save', false ); ?>