Changeset 7415 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin-committers.php
- Timestamp:
- 07/10/2018 10:58:38 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin-committers.php
r6287 r7415 108 108 } 109 109 110 if ( ! empty( $user->allcaps['bbp_blocked'] ) ) { 111 return new WP_Error( 'plugin_user_banned', __( 'User is blocked/banned and cannot be granted commmit.', 'wporg-plugins' ) ); 112 } 113 110 114 $plugin_slug = $request['plugin_slug']; 111 115
Note: See TracChangeset
for help on using the changeset viewer.