Make WordPress Core


Ignore:
Timestamp:
10/21/2025 04:31:04 AM (3 months ago)
Author:
peterwilsoncc
Message:

Upgrade/Install: Revert relocation of Hello Dolly plugin.

Reverts Hello Dolly changes moving the plugin to a containing folder. Removes the upgrade_690() function in it's entirety as the upgrade routine is no longer required.

Fully reverted commits: [60666], [60670], [60716], [60725]; partially reverts [60721].

Porps johnbillion, whyisjake, SirLouen, mindctrl, afragen, jorbin, Otto42, swissspidy, welcher, davidbaumwald.
See #53323.

File:
1 edited

Legend:

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

    r60666 r61006  
    842842    'wp-includes/js/dist/fields.min.js',
    843843    'wp-includes/js/dist/fields.js',
    844     // 6.9
    845     'wp-content/plugins/hello.php',
    846844);
    847845
     
    976974    'themes/twentytwentyfour/'  => '6.4',
    977975    'themes/twentytwentyfive/'  => '6.7',
    978     'plugins/hello-dolly/'      => '6.9',
    979976);
    980977
Note: See TracChangeset for help on using the changeset viewer.