From bac64cc984920e0e8bc1c140f9bfce4a83d946f7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 13 Oct 2015 03:01:25 +0000 Subject: [PATCH] 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 --- wp-includes/rewrite-functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rewrite-functions.php b/wp-includes/rewrite-functions.php index 5c9003d2f8..6e96edd455 100644 --- a/wp-includes/rewrite-functions.php +++ b/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 16ebacd0f3..6f992485b2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.