mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Standardise and correct documentation relating to parameters which accept plugin names.
See #42505 git-svn-id: https://develop.svn.wordpress.org/trunk@42787 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -5070,8 +5070,8 @@ function wp_scheduled_delete() {
|
||||
*
|
||||
* @since 2.9.0
|
||||
*
|
||||
* @param string $file Path to the file.
|
||||
* @param array $default_headers List of headers, in the format array('HeaderKey' => 'Header Name').
|
||||
* @param string $file Absolute path to the file.
|
||||
* @param array $default_headers List of headers, in the format `array('HeaderKey' => 'Header Name')`.
|
||||
* @param string $context Optional. If specified adds filter hook {@see 'extra_$context_headers'}.
|
||||
* Default empty.
|
||||
* @return array Array of file headers in `HeaderKey => Header Value` format.
|
||||
|
||||
Reference in New Issue
Block a user