Changeset 56765 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 10/03/2023 03:16:55 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r56727 r56765 822 822 $this->headers = array(); 823 823 $this->__construct( $this->stylesheet, $this->theme_root ); 824 $this->delete_pattern_cache(); 825 } 826 827 /** 828 * Clear block pattern cache. 829 * 830 * @since 6.4.0 831 */ 832 public function delete_pattern_cache() { 833 delete_transient( 'wp_theme_patterns_' . $this->stylesheet ); 824 834 } 825 835
Note: See TracChangeset
for help on using the changeset viewer.