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

See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@36759 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-02-28 18:34:10 +00:00
parent 2ecf2c2b13
commit c7ad9afc25

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' );