Making WordPress.org


Ignore:
Timestamp:
03/21/2022 09:18:35 PM (4 years ago)
Author:
coffee2code
Message:

Photo Directory, Rejection: Expand description of minor variation clause to explicitly include duplicates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/rejection.php

    r11684 r11685  
    8282            ],
    8383            'variation'     => [
    84                 'label' => __( 'Minor variation of already published photo', 'wporg-photos' ),
    85                 'email' => __( 'The photo is a minor variation of something you have already had published to the site. This can be the same subject matter taken from a different angle, from slightly before or after in time, with a different composition or cropping, or staged or edited differently.', 'wporg-photos' ),
     84                'label' => __( 'Duplicate or minor variation of submitted photo', 'wporg-photos' ),
     85                'email' => __( 'The photo is a duplicate or minor variation of something you have already had published to the site or recently submitted. This can be the same subject matter taken from a different angle, from slightly before or after in time, with a different composition or cropping or dimensions, or staged or edited differently.', 'wporg-photos' ),
    8686            ],
    8787            'submission-error' => [ // This specific key is referenced in code, so make related updates if renaming.
Note: See TracChangeset for help on using the changeset viewer.