Changeset 60909 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 10/07/2025 01:23:00 AM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r60779 r60909 1375 1375 if ( current_user_can( 'unfiltered_html' ) ) { 1376 1376 wp_nonce_field( 'unfiltered-html-comment_' . $post_id, '_wp_unfiltered_html_comment_disabled', false ); 1377 wp_print_inline_script_tag( "(function(){if(window===window.parent){document.getElementById('_wp_unfiltered_html_comment_disabled').name='_wp_unfiltered_html_comment';}})(); ");1377 wp_print_inline_script_tag( "(function(){if(window===window.parent){document.getElementById('_wp_unfiltered_html_comment_disabled').name='_wp_unfiltered_html_comment';}})();\n//# sourceURL=" . rawurlencode( __FUNCTION__ ) ); 1378 1378 } 1379 1379 }
Note: See TracChangeset
for help on using the changeset viewer.