Changeset 8998 for trunk/wp-admin/upload.php
- Timestamp:
- 09/27/2008 08:17:55 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upload.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r8984 r8998 9 9 /** WordPress Administration Bootstrap */ 10 10 require_once('admin.php'); 11 add_thickbox();11 //add_thickbox(); 12 12 wp_enqueue_script( 'media-upload' ); 13 13 wp_enqueue_script( 'wp-ajax-response' ); … … 183 183 $h2_tag = isset($_GET['tag']) && $_GET['tag'] ? ' ' . sprintf( __('tagged with “%s”'), single_tag_title('', false) ) : ''; 184 184 $h2_month = isset($_GET['m']) && $_GET['m'] ? ' ' . sprintf( __('during %s'), single_month_title(' ', false) ) : ''; 185 printf( _c( '%1$s%2$s%3$s%4$s%5$s%6$s (<a href="%7$s" class="thickbox">Add New</a>)|You can reorder these: 1: Posts, 2: by {s}, 3: matching {s}, 4: in {s}, 5: tagged with {s}, 6: during {s}' ), $h2_noun, $h2_author, $h2_search, $h2_cat, $h2_tag, $h2_month, 'media-upload.php?library=false&TB_iframe=true' );185 printf( _c( '%1$s%2$s%3$s%4$s%5$s%6$s (<a href="%7$s">Add New</a>)|You can reorder these: 1: Posts, 2: by {s}, 3: matching {s}, 4: in {s}, 5: tagged with {s}, 6: during {s}' ), $h2_noun, $h2_author, $h2_search, $h2_cat, $h2_tag, $h2_month, 'media-upload.php?inline' ); 186 186 } 187 187 ?></h2> … … 225 225 endif; 226 226 227 $messages[1] = __('Media updated.');227 $messages[1] = __('Media attachment updated.'); 228 228 $messages[2] = __('Media deleted.'); 229 $messages[3] = __('Error saving media attachment.'); 229 230 230 231 if ( isset($_GET['message']) && (int) $_GET['message'] )
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)