Changeset 59072 for trunk/src/wp-includes/blocks/site-logo.php
- Timestamp:
- 09/20/2024 01:53:52 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/site-logo.php
r58187 r59072 160 160 * @since 5.8.0 161 161 * 162 * @global array $_ignore_site_logo_changes 163 * 162 164 * @param array $old_value Previous theme mod settings. 163 165 * @param array $value Updated theme mod settings. … … 180 182 * 181 183 * @since 5.8.0 184 * 185 * @global array $_ignore_site_logo_changes 182 186 */ 183 187 function _delete_site_logo_on_remove_theme_mods() { … … 212 216 * 213 217 * @since 5.9.0 218 * 219 * @global array $_ignore_site_logo_changes 214 220 */ 215 221 function _delete_custom_logo_on_remove_site_logo() {
Note: See TracChangeset
for help on using the changeset viewer.