Make WordPress Core


Ignore:
Timestamp:
02/28/2016 06:34:10 PM (9 years ago)
Author:
DrewAPicture
Message:

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

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/deprecated.php

    r36758 r36759  
    33473347 * @access private
    33483348 * @deprecated 3.7.0
     3349 *
     3350 * @param string $t Search terms to "tidy", e.g. trim.
     3351 * @return string Trimmed search terms.
    33493352 */
    33503353function _search_terms_tidy( $t ) {
Note: See TracChangeset for help on using the changeset viewer.