mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
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:
parent
8d220df08b
commit
4ace55b0dc
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user