Changeset 51529 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 08/02/2021 10:30:04 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r51328 r51529 557 557 * @param mixed $value 558 558 */ 559 #[ReturnTypeWillChange] 559 560 public function offsetSet( $offset, $value ) {} 560 561 … … 566 567 * @param mixed $offset 567 568 */ 569 #[ReturnTypeWillChange] 568 570 public function offsetUnset( $offset ) {} 569 571 … … 576 578 * @return bool 577 579 */ 580 #[ReturnTypeWillChange] 578 581 public function offsetExists( $offset ) { 579 582 static $keys = array( … … 617 620 * @return mixed 618 621 */ 622 #[ReturnTypeWillChange] 619 623 public function offsetGet( $offset ) { 620 624 switch ( $offset ) {
Note: See TracChangeset
for help on using the changeset viewer.