Ticket #22753: 22753.diff
| File 22753.diff, 687 bytes (added by markjaquith, 6 months ago) |
|---|
-
wp-includes/media.php
function wp_enqueue_media( $args = array() ) { 1480 1480 'warnDelete' => __( "You are about to permanently delete this item.\n 'Cancel' to stop, 'OK' to delete." ), 1481 1481 1482 1482 // From URL 1483 'fromUrlTitle' => __( ' From URL' ),1483 'fromUrlTitle' => __( 'Insert from URL' ), 1484 1484 1485 1485 // Featured Images 1486 'featuredImageTitle' => __( ' Featured Image' ),1486 'featuredImageTitle' => __( 'Set Featured Image' ), 1487 1487 'setFeaturedImage' => __( 'Set featured image' ), 1488 1488 1489 1489 // Gallery
