Make WordPress Core


Ignore:
Timestamp:
11/30/2018 08:24:42 PM (6 years ago)
Author:
mcsf
Message:

Update sidebars_widgets to match Twenty Nineteen's single widget area

  • Also update the customizer tests to match it.

Props SergeyBiryukov, pento.

File:
1 edited

Legend:

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

    r41683 r43954  
    231231     *     An object that contains theme data returned by the WordPress.org API.
    232232     *
    233      *     @type string $name           Theme name, e.g. 'Twenty Seventeen'.
    234      *     @type string $slug           Theme slug, e.g. 'twentyseventeen'.
     233     *     @type string $name           Theme name, e.g. 'Twenty Nineteen'.
     234     *     @type string $slug           Theme slug, e.g. 'twentynineteen'.
    235235     *     @type string $version        Theme version, e.g. '1.1'.
    236236     *     @type string $author         Theme author username, e.g. 'melchoyce'.
    237      *     @type string $preview_url    Preview URL, e.g. 'http://2017.wordpress.net/'.
    238      *     @type string $screenshot_url Screenshot URL, e.g. 'https://wordpress.org/themes/twentyseventeen/'.
     237     *     @type string $preview_url    Preview URL, e.g. 'http://2019.wordpress.net/'.
     238     *     @type string $screenshot_url Screenshot URL, e.g. 'https://wordpress.org/themes/twentynineteen/'.
    239239     *     @type float  $rating         Rating score.
    240240     *     @type int    $num_ratings    The number of ratings.
    241      *     @type string $homepage       Theme homepage, e.g. 'https://wordpress.org/themes/twentyseventeen/'.
     241     *     @type string $homepage       Theme homepage, e.g. 'https://wordpress.org/themes/twentynineteen/'.
    242242     *     @type string $description    Theme description.
    243243     *     @type string $download_link  Theme ZIP download URL.
Note: See TracChangeset for help on using the changeset viewer.