Changeset 14064 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
- Timestamp:
- 09/18/2024 09:50:45 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
r14063 r14064 659 659 ! function_exists( 'notify_slack' ) 660 660 ) { 661 return true; 661 // If we can't run plugin-check, we'll just return a pass. 662 return [ 663 'verdict' => true, 664 'results' => [], 665 'html' => '', 666 ]; 662 667 } 663 668
Note: See TracChangeset
for help on using the changeset viewer.