Making WordPress.org

Changeset 12979


Ignore:
Timestamp:
11/23/2023 10:43:43 PM (3 years ago)
Author:
tellyworth
Message:

Plugin preview: special handling for Akismet

Don't force an install step for akismet, since the plugin is bundled with WordPress.

See #7251

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php

    r12977 r12979  
    11161116                        }
    11171117
    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 ) {
    11191120                                $decoded_file['steps'][] = array(
    11201121                                        'step' => 'installPlugin',
Note: See TracChangeset for help on using the changeset viewer.