- Timestamp:
- 02/16/2026 10:38:01 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/template-functions.php
r61302 r61654 336 336 // Include file if function doesn't exist. 337 337 if ( ! function_exists( 'twenty_twenty_one_generate_css' ) ) { 338 require_once get_theme_file_path( 'inc/custom-css.php' ); // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound338 require_once get_theme_file_path( 'inc/custom-css.php' ); 339 339 } 340 340 … … 406 406 if ( $blocks_content ) { 407 407 /** This filter is documented in wp-includes/post-template.php */ 408 echo apply_filters( 'the_content', $blocks_content ); // phpcs:ignore WordPress.Security.EscapeOutput408 echo apply_filters( 'the_content', $blocks_content ); 409 409 return true; 410 410 }
Note: See TracChangeset
for help on using the changeset viewer.