Changeset 2736 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
- Timestamp:
- 03/11/2016 06:44:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
r2735 r2736 113 113 ); 114 114 115 // Remove the Slug metabox 116 add_meta_box( 'slugdiv', false, false, false ); 115 // Remove unnecessary metaboxes. 116 remove_meta_box( 'slugdiv', 'plugin', 'normal' ); 117 remove_meta_box( 'commentsdiv', 'plugin', 'normal' ); 118 remove_meta_box( 'commentstatusdiv', 'plugin', 'normal' ); 117 119 } 118 120
Note: See TracChangeset
for help on using the changeset viewer.