Changeset 56763 for trunk/src/wp-includes/functions.php
- Timestamp:
- 10/03/2023 02:59:22 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r56753 r56763 7170 7170 7171 7171 foreach ( $cache_values as $id => $value ) { 7172 if ( !$value ) {7172 if ( false === $value ) { 7173 7173 $non_cached_ids[] = (int) $id; 7174 7174 }
Note: See TracChangeset
for help on using the changeset viewer.