From 4ace55b0dc93be51fd6534d0687f8e137f63da05 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Sun, 6 Dec 2015 22:02:27 +0000 Subject: [PATCH] Docs: Add proper `@param` and `@return` tags for `capital_P_dangit()`. Props timplunkett. Fixes #34863. Built from https://develop.svn.wordpress.org/trunk@35803 git-svn-id: http://core.svn.wordpress.org/trunk@35767 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 3 +++ wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 3ad0d37ef2..3338235b74 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -4302,6 +4302,9 @@ function wp_basename( $path, $suffix = '' ) { * @since 3.0.0 * * @staticvar string|false $dblq + * + * @param string $text The text to be modified. + * @return string The modified text. */ function capital_P_dangit( $text ) { // Simple replacement for titles diff --git a/wp-includes/version.php b/wp-includes/version.php index 71029107d5..074bb93d68 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35802'; +$wp_version = '4.5-alpha-35803'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.