Changeset 7798 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
- Timestamp:
- 10/28/2018 09:01:03 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
r7790 r7798 126 126 break; 127 127 128 case 'edit.php': 129 if ( ! current_user_can( 'plugin_approve' ) ) { 130 wp_dequeue_script( 'inline-edit-post' ); 131 } 132 break; 128 133 } 129 134 }
Note: See TracChangeset
for help on using the changeset viewer.