Making WordPress.org


Ignore:
Timestamp:
03/21/2022 09:32:41 PM (3 years ago)
Author:
coffee2code
Message:

Photo Directory, Rejection: Add rejection reason for posting someone else's work (potential copyright infringement).

File:
1 edited

Legend:

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

    r11685 r11686  
    3636                'label' => __( 'General/nonspecific', 'wporg-photos' ),
    3737                'email' => '', // No specific reason will be conveyed to contributor.
     38            ],
     39            'copyright'     => [
     40                'label' => __( 'Potential copyright/ownership infringement', 'wporg-photos' ),
     41                'email' => __( 'The photo has been posted elsewhere but does not appear to be your original work. We require that you "have the copyright or other legal ownership for any photo you submit". This does not include posting photos created by others, even if their licensing is permissive in its use, since copyright is not conferred to you.', 'wporg-photos' ),
    3842            ],
    3943            'image_quality' => [
Note: See TracChangeset for help on using the changeset viewer.