From d5e0f875306fca1f4df56594d4f93c40e738ba54 Mon Sep 17 00:00:00 2001 From: SergeyBiryukov Date: Tue, 13 Oct 2015 03:00:03 +0000 Subject: [PATCH] Docs: Describe the `$feedname` argument of `add_feed()`. Fixes #34259. git-svn-id: https://develop.svn.wordpress.org/trunk@35119 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/rewrite-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/rewrite-functions.php b/src/wp-includes/rewrite-functions.php index 5c9003d2f8..6e96edd455 100644 --- a/src/wp-includes/rewrite-functions.php +++ b/src/wp-includes/rewrite-functions.php @@ -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. */