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
This commit is contained in:
Pascal Birchler 2015-12-06 22:02:27 +00:00
parent 8d220df08b
commit 4ace55b0dc
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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.