Make WordPress Core


Ignore:
Timestamp:
10/20/2020 02:02:37 AM (6 years ago)
Author:
desrosj
Message:

Bundled Themes: Make Twenty Twenty-One the default theme.

After being imported in [49216], Twenty Twenty-One can now be set as the default theme in WordPress.

See #48110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php

    r48520 r49220  
    247247         *     An object that contains theme data returned by the WordPress.org API.
    248248         *
    249          *     @type string $name           Theme name, e.g. 'Twenty Twenty'.
    250          *     @type string $slug           Theme slug, e.g. 'twentytwenty'.
     249         *     @type string $name           Theme name, e.g. 'Twenty Twenty-One'.
     250         *     @type string $slug           Theme slug, e.g. 'twentytwentyone'.
    251251         *     @type string $version        Theme version, e.g. '1.1'.
    252252         *     @type string $author         Theme author username, e.g. 'melchoyce'.
    253          *     @type string $preview_url    Preview URL, e.g. 'https://2020.wordpress.net/'.
    254          *     @type string $screenshot_url Screenshot URL, e.g. 'https://wordpress.org/themes/twentytwenty/'.
     253         *     @type string $preview_url    Preview URL, e.g. 'https://2021.wordpress.net/'.
     254         *     @type string $screenshot_url Screenshot URL, e.g. 'https://wordpress.org/themes/twentytwentyone/'.
    255255         *     @type float  $rating         Rating score.
    256256         *     @type int    $num_ratings    The number of ratings.
    257          *     @type string $homepage       Theme homepage, e.g. 'https://wordpress.org/themes/twentytwenty/'.
     257         *     @type string $homepage       Theme homepage, e.g. 'https://wordpress.org/themes/twentytwentyone/'.
    258258         *     @type string $description    Theme description.
    259259         *     @type string $download_link  Theme ZIP download URL.
Note: See TracChangeset for help on using the changeset viewer.