Changeset 13352 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php
- Timestamp:
- 03/18/2024 02:22:27 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php
r13212 r13352 426 426 <?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' ); ?> 427 427 </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> 428 439 </p> 429 440
Note: See TracChangeset
for help on using the changeset viewer.