- Timestamp:
- 01/06/2026 05:34:25 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-paused-extensions-storage.php
r58975 r61443 162 162 $paused_extensions = (array) get_option( $option_name, array() ); 163 163 164 return isset( $paused_extensions[ $this->type ] ) ? $paused_extensions[ $this->type ] :array();164 return $paused_extensions[ $this->type ] ?? array(); 165 165 } 166 166
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)