Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #60021, comment 23


Ignore:
Timestamp:
03/02/2024 11:16:19 AM (2 years ago)
Author:
sabernhardt

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60021, comment 23

    v2 v3  
    1111- [51477] removed `@global` tags from the `setup_config_display_header()` docblock, where they did not belong. However, it did not put a docblock closer to those globals, as it is in `install.php` (and in the `setup-config.php` part of 60021.15.patch).
    1212- [32642] added the documentation for `$wp_local_package` and `$wp_locale` in [https://core.trac.wordpress.org/changeset/32642/trunk/src/wp-admin/install.php install.php], and then [45737] and [47230] included the descriptions.
    13 - [29669] added the `$wp_locale` variable, and [29705] added `$wp_local_package`.
     13- [29669] added the `$wp_locale` variable to `setup-config.php`, and [29705] added `$wp_local_package`.