Changeset 61089 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 10/30/2025 11:54:22 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r61088 r61089 152 152 add_action( 'updated_comment_meta', 'wp_cache_set_comments_last_changed' ); 153 153 add_action( 'deleted_comment_meta', 'wp_cache_set_comments_last_changed' ); 154 add_action( 'init', 'wp_create_initial_comment_meta' ); 154 155 155 156 // Places to balance tags on input.
Note: See TracChangeset
for help on using the changeset viewer.