Changeset 14264 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
- Timestamp:
- 12/11/2024 07:38:03 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
r13793 r14264 777 777 } 778 778 779 // For highly trusted users, add a cron-jobs metabox for debugging plugin imports. 780 if ( is_super_admin() || 'production' !== wp_get_environment_type() ) { 781 add_meta_box( 782 'cron-logs', 783 'Cron Job Logs', 784 array( __NAMESPACE__ . '\Metabox\Cron_Logs', 'display' ), 785 'plugin', 'normal', 'low' 786 ); 787 } 788 779 789 // Remove unnecessary metaboxes. 780 790 remove_meta_box( 'commentsdiv', 'plugin', 'normal' );
Note: See TracChangeset
for help on using the changeset viewer.