Changeset 60133
- Timestamp:
- 04/06/2025 10:27:30 PM (5 weeks ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/src/wp-includes/functions.php
r60125 r60133 8071 8071 * @since 6.3.0 8072 8072 * 8073 * @param string $group The cache group name.8074 * @param int $time The new last changed time.8075 * @param int|false $previous_time The previous last changed time. False if not previously set.8073 * @param string $group The cache group name. 8074 * @param string $time The new last changed time (msec sec). 8075 * @param string|false $previous_time The previous last changed time. False if not previously set. 8076 8076 */ 8077 8077 do_action( 'wp_cache_set_last_changed', $group, $time, $previous_time );
Note: See TracChangeset
for help on using the changeset viewer.