Changeset 59576
- Timestamp:
- 01/05/2025 10:12:25 PM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r59543 r59576 367 367 add_action( 'wp_print_styles', 'print_emoji_styles' ); // Retained for backwards-compatibility. Unhooked by wp_enqueue_emoji_styles(). 368 368 369 if ( isset( $_GET['replytocom'] ) ) { 369 if ( 370 // Comment reply link. 371 isset( $_GET['replytocom'] ) 372 || 373 // Unapproved comment preview. 374 ( isset( $_GET['unapproved'] ) && isset( $_GET['moderation-hash'] ) ) 375 ) { 370 376 add_filter( 'wp_robots', 'wp_robots_no_robots' ); 371 377 }
Note: See TracChangeset
for help on using the changeset viewer.