Changeset 29426 for trunk/src/wp-includes/media.php
- Timestamp:
- 08/07/2014 04:43:36 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r29401 r29426 2924 2924 'noItemsFound' => __( 'No items found.' ), 2925 2925 'insertIntoPost' => $hier ? __( 'Insert into page' ) : __( 'Insert into post' ), 2926 'unattached' => __( 'Unattached' ), 2926 2927 'uploadedToThisPost' => $hier ? __( 'Uploaded to this page' ) : __( 'Uploaded to this post' ), 2927 2928 'warnDelete' => __( "You are about to permanently delete this item.\n 'Cancel' to stop, 'OK' to delete." ),
Note: See TracChangeset
for help on using the changeset viewer.