Changeset 16828
- Timestamp:
- 12/09/2010 03:30:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r16741 r16828 4205 4205 * @since 2.9.0 4206 4206 * @param string $file Path to the file 4207 * @param array $default_headers array of regular expressions keyed with a fieldname, e.g. <code>array('Name' => 'Plugin Name')</code>4208 * @param string $context If specified adds filter hook "extra_ <$context>_headers"4207 * @param array $default_headers List of headers, in the format array('HeaderKey' => 'Header Name') 4208 * @param string $context If specified adds filter hook "extra_{$context}_headers" 4209 4209 */ 4210 4210 function get_file_data( $file, $default_headers, $context = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.