Make WordPress Core


Ignore:
Timestamp:
09/23/2019 08:59:48 PM (5 years ago)
Author:
desrosj
Message:

Bundled Themes: Make Twenty Twenty the new default theme.

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

See #48110.
Props desrosj, ocean90.

File:
1 edited

Legend:

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

    r45932 r46278  
    242242     *     An object that contains theme data returned by the WordPress.org API.
    243243     *
    244      *     @type string $name           Theme name, e.g. 'Twenty Nineteen'.
    245      *     @type string $slug           Theme slug, e.g. 'twentynineteen'.
     244     *     @type string $name           Theme name, e.g. 'Twenty Twenty'.
     245     *     @type string $slug           Theme slug, e.g. 'twentytwenty'.
    246246     *     @type string $version        Theme version, e.g. '1.1'.
    247247     *     @type string $author         Theme author username, e.g. 'melchoyce'.
    248      *     @type string $preview_url    Preview URL, e.g. 'http://2019.wordpress.net/'.
    249      *     @type string $screenshot_url Screenshot URL, e.g. 'https://wordpress.org/themes/twentynineteen/'.
     248     *     @type string $preview_url    Preview URL, e.g. 'http://2020.wordpress.net/'.
     249     *     @type string $screenshot_url Screenshot URL, e.g. 'https://wordpress.org/themes/twentytwenty/'.
    250250     *     @type float  $rating         Rating score.
    251251     *     @type int    $num_ratings    The number of ratings.
    252      *     @type string $homepage       Theme homepage, e.g. 'https://wordpress.org/themes/twentynineteen/'.
     252     *     @type string $homepage       Theme homepage, e.g. 'https://wordpress.org/themes/twentytwenty/'.
    253253     *     @type string $description    Theme description.
    254254     *     @type string $download_link  Theme ZIP download URL.
Note: See TracChangeset for help on using the changeset viewer.