Changeset 12354
- Timestamp:
- 12/10/2009 07:37:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r12351 r12354 383 383 $scripts->add_data( 'image-edit', 'group', 1 ); 384 384 385 $scripts->add( 'set-post-thumbnail', "/wp-admin/js/set-post-thumbnail$suffix.js", array( 'jquery' ), '20091 021' );385 $scripts->add( 'set-post-thumbnail', "/wp-admin/js/set-post-thumbnail$suffix.js", array( 'jquery' ), '20091210' ); 386 386 $scripts->add_data( 'set-post-thumbnail', 'group', 1 ); 387 387 $scripts->localize( 'set-post-thumbnail', 'setPostThumbnailL10n', array( 388 388 'setThumbnail' => __( 'Use as thumbnail' ), 389 389 'saving' => __( 'Saving...' ), 390 'error' => __( 'Could not set that as the thumbnail image. Try a different attachment.' ) 390 'error' => __( 'Could not set that as the thumbnail image. Try a different attachment.' ), 391 'done' => __( 'Done' ) 391 392 ) ); 392 393
Note: See TracChangeset
for help on using the changeset viewer.