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.