Making WordPress.org


Ignore:
Timestamp:
03/18/2024 02:22:27 AM (7 months ago)
Author:
dd32
Message:

Plugin Directory: Upload: Add a callout to the Plugin Check plugin, to encourage plugin authors to test with it prior to submission.

See #7405.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php

    r13212 r13352  
    426426                        <?php _e( 'This plugin, all included libraries, and any other included assets are licenced as GPL or are under a GPL compatible license.', 'wporg-plugins' ); ?>
    427427                    </label>
     428                    <br>
     429                    <label>
     430                        <input type="checkbox" name="requirements[plugin-check]" required="required" />
     431                        <?php
     432                            printf(
     433                                /* Translators: URL to plugin-check plugin */
     434                                __( 'I confirm that the plugin has been tested with the <a href="%s">Plugin Check</a> plugin, and all indicated issues resolved (apart from what I believe to be false-positives).', 'wporg-plugins' ),
     435                                home_url( '/plugins/plugin-check/' )
     436                            );
     437                        ?>
     438                    </label>
    428439                </p>
    429440
Note: See TracChangeset for help on using the changeset viewer.