Changeset 59728 for trunk/src/wp-includes/class-wp.php
- Timestamp:
- 01/29/2025 06:10:47 PM (15 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r59133 r59728 546 546 $headers['X-Pingback'] = get_bloginfo( 'pingback_url', 'display' ); 547 547 } 548 549 // Send nocache headers for password protected posts to avoid unwanted caching. 550 if ( ! empty( $post->post_password ) ) { 551 $headers = array_merge( $headers, wp_get_nocache_headers() ); 552 } 548 553 } 549 554
Note: See TracChangeset
for help on using the changeset viewer.