Docs: Describe the `$feedname` argument of `add_feed()`.
Fixes #34259. Built from https://develop.svn.wordpress.org/trunk@35119 git-svn-id: http://core.svn.wordpress.org/trunk@35084 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ae9ce0ccd7
commit
bac64cc984
|
@ -92,7 +92,7 @@ function add_permastruct( $name, $struct, $args = array() ) {
|
|||
*
|
||||
* @global WP_Rewrite $wp_rewrite
|
||||
*
|
||||
* @param string $feedname
|
||||
* @param string $feedname Feed name.
|
||||
* @param callable $function Callback to run on feed display.
|
||||
* @return string Feed action name.
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-35118';
|
||||
$wp_version = '4.4-alpha-35119';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue