Correct get_file_data() inline doc. Fixes #14071

git-svn-id: https://develop.svn.wordpress.org/trunk@16828 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-12-09 03:30:23 +00:00
parent fc9815537d
commit b8fdaa2dff
1 changed files with 2 additions and 2 deletions

View File

@ -4204,8 +4204,8 @@ function wp_scheduled_delete() {
*
* @since 2.9.0
* @param string $file Path to the file
* @param array $default_headers array of regular expressions keyed with a fieldname, e.g. <code>array('Name' => 'Plugin Name')</code>
* @param string $context If specified adds filter hook "extra_<$context>_headers"
* @param array $default_headers List of headers, in the format array('HeaderKey' => 'Header Name')
* @param string $context If specified adds filter hook "extra_{$context}_headers"
*/
function get_file_data( $file, $default_headers, $context = '' ) {
// We don't need to write to the file, so just open for reading.