Make WordPress Core


Ignore:
Timestamp:
09/20/2024 01:53:52 AM (6 months ago)
Author:
noisysocks
Message:

Editor: Update packages for 6.7 Beta 1.

Syncs @wordpress/* packages to the wp-6.7 npm tag.

Fixes #61906.
Props peterwilsoncc, gziolo, kevin940726.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/site-logo.php

    r58187 r59072  
    160160 * @since 5.8.0
    161161 *
     162 * @global array $_ignore_site_logo_changes
     163 *
    162164 * @param array $old_value Previous theme mod settings.
    163165 * @param array $value     Updated theme mod settings.
     
    180182 *
    181183 * @since 5.8.0
     184 *
     185 * @global array $_ignore_site_logo_changes
    182186 */
    183187function _delete_site_logo_on_remove_theme_mods() {
     
    212216 *
    213217 * @since 5.9.0
     218 *
     219 * @global array $_ignore_site_logo_changes
    214220 */
    215221function _delete_custom_logo_on_remove_site_logo() {
Note: See TracChangeset for help on using the changeset viewer.