Changeset 12979
- Timestamp:
- 11/23/2023 10:43:43 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r12977 r12979 1116 1116 } 1117 1117 1118 if ( !$has_self_install_step ) { 1118 // Akismet is a special case because the plugin is bundled with WordPress. 1119 if ( !$has_self_install_step && 'akismet' !== $plugin_slug ) { 1119 1120 $decoded_file['steps'][] = array( 1120 1121 'step' => 'installPlugin',
Note: See TracChangeset
for help on using the changeset viewer.