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.