Changeset 13793
- Timestamp:
- 06/10/2024 07:16:31 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
r13729 r13793 589 589 590 590 // If the plugin is approved, we'll need to perform a folder rename, and re-grant SVN access. 591 if ( 'approved' === $plugin->post_status ) {591 if ( 'approved' === $plugin->post_status && $old_slug !== $new_slug ) { 592 592 // SVN Rename $old_slug to $new_slug 593 593 $result = SVN::rename(
Note: See TracChangeset
for help on using the changeset viewer.