Changeset 13871 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-committers.php
- Timestamp:
- 07/03/2024 03:58:32 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-committers.php
r12838 r13871 99 99 check_ajax_referer( "remove-committer-$id" ); 100 100 101 if ( ! current_user_can( 'plugin_remove_committer', $post_id ) || 'publish' !== get_post_status( $post_id )) {101 if ( ! current_user_can( 'plugin_remove_committer', $post_id ) ) { 102 102 wp_die( -1 ); 103 103 }
Note: See TracChangeset
for help on using the changeset viewer.