Changeset 62460
- Timestamp:
- 06/04/2026 01:02:50 PM (4 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-admin-bar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-admin-bar.php
r62178 r62460 219 219 } 220 220 221 if ( isset( $this->nodes[ $id ] ) ) { 222 return $this->nodes[ $id ]; 223 } 224 return null; 221 return $this->nodes[ $id ] ?? null; 225 222 } 226 223
Note: See TracChangeset
for help on using the changeset viewer.