Changes in trunk/wp-admin/media.php [17975:16812]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/media.php
r17975 r16812 74 74 '<p>' . __('Remember to click Update Media to save metadata entered or changed.') . '</p>' . 75 75 '<p><strong>' . __('For more information:') . '</strong></p>' . 76 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_S creen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' .76 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_SubPanel#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' . 77 77 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 78 78 ); … … 98 98 <div class="wrap"> 99 99 <?php screen_icon(); ?> 100 <h2> 101 <?php 102 echo esc_html( $title ); 103 if ( current_user_can( 'upload_files' ) ) { ?> 104 <a href="media-new.php" class="add-new-h2"><?php echo esc_html_x('Add New', 'file'); ?></a> 105 <?php } ?> 106 </h2> 100 <h2><?php _e( 'Edit Media' ); ?></h2> 107 101 108 102 <form method="post" action="" class="media-upload-form" id="media-single-form">
Note: See TracChangeset
for help on using the changeset viewer.