Changeset 55702 for trunk/src/wp-includes/comment.php
- Timestamp:
- 05/02/2023 11:24:52 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r55641 r55702 3919 3919 */ 3920 3920 function wp_cache_set_comments_last_changed() { 3921 wp_cache_set ( 'last_changed', microtime(),'comment' );3921 wp_cache_set_last_changed( 'comment' ); 3922 3922 } 3923 3923
Note: See TracChangeset
for help on using the changeset viewer.