Docs: Add missing parameter and return documentation to the DocBlock for the deprecated `_search_terms_tidy()`.

See #32246.

Built from https://develop.svn.wordpress.org/trunk@36759


git-svn-id: http://core.svn.wordpress.org/trunk@36726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-02-28 18:35:26 +00:00
parent 49c0c2b7aa
commit b09aa14358
2 changed files with 4 additions and 1 deletions

View File

@ -3346,6 +3346,9 @@ function wp_convert_bytes_to_hr( $bytes ) {
* @since 2.9.0
* @access private
* @deprecated 3.7.0
*
* @param string $t Search terms to "tidy", e.g. trim.
* @return string Trimmed search terms.
*/
function _search_terms_tidy( $t ) {
_deprecated_function( __FUNCTION__, '3.7' );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta1-36758';
$wp_version = '4.5-beta1-36759';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.