Changeset 42228 for trunk/src/wp-includes/media.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r41937 r42228 2974 2974 2975 2975 if ( isset( $args['methods'] ) && 2976 array_diff( $args['methods'], get_class_methods( $implementation ) ) ) { 2976 array_diff( $args['methods'], get_class_methods( $implementation ) ) ) { 2977 2977 2978 continue; 2978 2979 } … … 3501 3502 'remove' => __( 'Remove' ), 3502 3503 'back' => __( 'Back' ), 3503 /* translators: This is a would-be plural string used in the media manager. 3504 If there is not a word you can use in your language to avoid issues with the 3505 lack of plural support here, turn it into "selected: %d" then translate it. 3504 /* 3505 * translators: This is a would-be plural string used in the media manager. 3506 * If there is not a word you can use in your language to avoid issues with the 3507 * lack of plural support here, turn it into "selected: %d" then translate it. 3506 3508 */ 3507 3509 'selected' => __( '%d selected' ),
Note: See TracChangeset
for help on using the changeset viewer.