Changeset 56549 for trunk/src/wp-includes/class-wp-hook.php
- Timestamp:
- 09/09/2023 09:26:01 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-hook.php
r56547 r56549 318 318 unset( $this->current_priority[ $nesting_level ] ); 319 319 320 $this->nesting_level--;320 --$this->nesting_level; 321 321 322 322 return $value; … … 360 360 361 361 unset( $this->iterations[ $nesting_level ] ); 362 $this->nesting_level--;362 --$this->nesting_level; 363 363 } 364 364
Note: See TracChangeset
for help on using the changeset viewer.