Changeset 22480 for trunk/wp-includes/script-loader.php
- Timestamp:
- 11/09/2012 01:44:02 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r22437 r22480 339 339 'createNewGallery' => __( 'Create a new gallery' ), 340 340 'insertIntoPost' => __( 'Insert into post' ), 341 'addToGallery' => __( 'Add to gallery' ),342 341 343 342 // Embed … … 347 346 'batchInsert' => __( 'Batch insert' ), 348 347 'cancelBatchTitle' => __( '← Cancel Batch' ), 348 'editBatchTitle' => __( 'Edit Batch' ), 349 'addToBatch' => __( 'Add to batch' ), 349 350 350 351 // Gallery … … 355 356 'updateGallery' => __( 'Update gallery' ), 356 357 'continueEditing' => __( 'Continue editing' ), 358 'addToGallery' => __( 'Add to gallery' ), 357 359 ) ); 358 360
Note: See TracChangeset
for help on using the changeset viewer.