- Timestamp:
- 02/14/2026 11:45:50 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/inc/template-tags.php
r61317 r61643 99 99 } 100 100 101 echo $html; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped101 echo $html; 102 102 } 103 103 … … 136 136 } 137 137 138 echo $html; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped138 echo $html; 139 139 } 140 140 … … 202 202 function twentytwenty_the_post_meta( $post_id = null, $location = 'single-top' ) { 203 203 204 echo twentytwenty_get_post_meta( $post_id, $location ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Escaped in twentytwenty_get_post_meta().204 echo twentytwenty_get_post_meta( $post_id, $location ); 205 205 } 206 206
Note: See TracChangeset
for help on using the changeset viewer.