Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56876, comment 28


Ignore:
Timestamp:
03/21/2023 05:06:23 PM (21 months ago)
Author:
hellofromTonya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56876, comment 28

    initial v1  
    1919During the 3.1 development cycle:
    2020* [16038] added this property to the `WP_Admin_Bar` class and switched it to `https://` if SSL in `WP_Admin_Bar::initialize()`.
    21 * [16077] eliminated its usage in Core, but the property remained in `WP_Admin_Bar`.
    22 * It appears this property was missed in [16077] and should have been removed before 3.1 shipped.
     21* [16308] eliminated its usage in Core, but the property remained in `WP_Admin_Bar`.
     22* It appears this property was missed in [16308] and should have been removed before 3.1 shipped.
    2323
    2424In WP 3.3, [19501] / #19371 introduced the `__get()` magic method for BC of `'menu'`: