Changeset 12110 for sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/uploads.php
- Timestamp:
- 10/07/2022 07:42:52 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/uploads.php
r12092 r12110 285 285 'min_file_dimension' => self::get_minimum_photo_dimension(), 286 286 'msg_validating_dimensions' => __( 'Validating photo dimensions…', 'wporg-photos' ), 287 288 // Toggle all confirmation checkboxes for upload. 289 'user_can_toggle_all_checkboxes' => User::can_toggle_confirmation_checkboxes(), 290 'toggle_all_checkboxes' => __( 'As a contributor of many photos, I am well aware of the requirements listed below and agree to them all.', 'wporg-photos' ), 287 291 ] 288 292 );
Note: See TracChangeset
for help on using the changeset viewer.