Changeset 54236 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 09/20/2022 01:34:49 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/update-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r54200 r54236 872 872 873 873 $_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', 887 888 ); 888 889
Note: See TracChangeset
for help on using the changeset viewer.