Changeset 22524
- Timestamp:
- 11/10/2012 07:56:17 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r22523 r22524 1301 1301 // to ensure plugins will work. We will then unset those tabs. 1302 1302 $tabs = array( 1303 // handler action suffix => tab text1304 'type' => __('From Computer'),1305 'type_url' => __('From URL'),1306 'gallery' => __('Gallery'),1307 'library' => __('Media Library'),1303 // handler action suffix => tab label 1304 'type' => '', 1305 'type_url' => '', 1306 'gallery' => '', 1307 'library' => '', 1308 1308 ); 1309 1309
Note: See TracChangeset
for help on using the changeset viewer.