Changeset 42787 for trunk/src/wp-includes/functions.php
- Timestamp:
- 03/05/2018 09:49:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r42719 r42787 5071 5071 * @since 2.9.0 5072 5072 * 5073 * @param string $file Path to the file.5074 * @param array $default_headers List of headers, in the format array('HeaderKey' => 'Header Name').5073 * @param string $file Absolute path to the file. 5074 * @param array $default_headers List of headers, in the format `array('HeaderKey' => 'Header Name')`. 5075 5075 * @param string $context Optional. If specified adds filter hook {@see 'extra_$context_headers'}. 5076 5076 * Default empty.
Note: See TracChangeset
for help on using the changeset viewer.