Changeset 7420 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin-committers.php
- Timestamp:
- 07/11/2018 02:24:43 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
r7415 r7420 109 109 110 110 if ( ! empty( $user->allcaps['bbp_blocked'] ) ) { 111 return new WP_Error( 'plugin_user_banned', __( 'User is blocked/banned and cannot be granted comm mit.', 'wporg-plugins' ) );111 return new WP_Error( 'plugin_user_banned', __( 'User is blocked/banned and cannot be granted commit.', 'wporg-plugins' ) ); 112 112 } 113 113
Note: See TracChangeset
for help on using the changeset viewer.