Changeset 49946 for trunk/src/wp-includes/class-wp.php
- Timestamp:
- 01/08/2021 02:28:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r49843 r49946 486 486 * 487 487 * @param string[] $headers Associative array of headers to be sent. 488 * @param WP $ thisCurrent WordPress environment instance.488 * @param WP $wp Current WordPress environment instance. 489 489 */ 490 490 $headers = apply_filters( 'wp_headers', $headers, $this );
Note: See TracChangeset
for help on using the changeset viewer.