Changeset 12838
- Timestamp:
- 08/14/2023 02:23:15 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-committers.php
r7415 r12838 42 42 check_ajax_referer( 'add-committer' ); 43 43 44 if ( ! current_user_can( 'plugin_add_committer', $post_id ) || 'publish' !== get_post_status( $post_id )) {44 if ( ! current_user_can( 'plugin_add_committer', $post_id ) ) { 45 45 wp_die( -1 ); 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.