Changeset 13940 for trunk/wp-includes/script-loader.php
- Timestamp:
- 04/02/2010 06:12:49 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r13920 r13940 392 392 $scripts->add_data( 'set-post-thumbnail', 'group', 1 ); 393 393 $scripts->localize( 'set-post-thumbnail', 'setPostThumbnailL10n', array( 394 'setThumbnail' => __( 'Use as thumbnail' ),394 'setThumbnail' => __( 'Use as featured image' ), 395 395 'saving' => __( 'Saving...' ), 396 396 'error' => __( 'Could not set that as the thumbnail image. Try a different attachment.' ),
Note: See TracChangeset
for help on using the changeset viewer.