Changeset 5997
- Timestamp:
- 10/04/2017 02:45:31 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
r5867 r5997 361 361 */ 362 362 function check_existing_plugin_slug_on_inline_save( $slug, $post_ID, $post_status, $post_type, $post_parent, $original_slug ) { 363 if ( 'plugin' !== $post_type ) {363 if ( 'plugin' !== $post_type || 'rejected' === $post_status ) { 364 364 return $slug; 365 365 }
Note: See TracChangeset
for help on using the changeset viewer.