Make WordPress Core


Ignore:
Timestamp:
09/20/2022 01:34:49 AM (4 years ago)
Author:
desrosj
Message:

Themes: Import Twenty Twenty-Three is now the default theme.

Follow up to [54235].

See #56383.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/update-core.php

    r54200 r54236  
    872872
    873873$_new_bundled_files = array(
    874         'plugins/akismet/'        => '2.0',
    875         'themes/twentyten/'       => '3.0',
    876         'themes/twentyeleven/'    => '3.2',
    877         'themes/twentytwelve/'    => '3.5',
    878         'themes/twentythirteen/'  => '3.6',
    879         'themes/twentyfourteen/'  => '3.8',
    880         'themes/twentyfifteen/'   => '4.1',
    881         'themes/twentysixteen/'   => '4.4',
    882         'themes/twentyseventeen/' => '4.7',
    883         'themes/twentynineteen/'  => '5.0',
    884         'themes/twentytwenty/'    => '5.3',
    885         'themes/twentytwentyone/' => '5.6',
    886         'themes/twentytwentytwo/' => '5.9',
     874        'plugins/akismet/'          => '2.0',
     875        'themes/twentyten/'         => '3.0',
     876        'themes/twentyeleven/'      => '3.2',
     877        'themes/twentytwelve/'      => '3.5',
     878        'themes/twentythirteen/'    => '3.6',
     879        'themes/twentyfourteen/'    => '3.8',
     880        'themes/twentyfifteen/'     => '4.1',
     881        'themes/twentysixteen/'     => '4.4',
     882        'themes/twentyseventeen/'   => '4.7',
     883        'themes/twentynineteen/'    => '5.0',
     884        'themes/twentytwenty/'      => '5.3',
     885        'themes/twentytwentyone/'   => '5.6',
     886        'themes/twentytwentytwo/'   => '5.9',
     887        'themes/twentytwentythree/' => '6.1',
    887888);
    888889
Note: See TracChangeset for help on using the changeset viewer.