Changeset 46661 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 11/05/2019 09:25:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r46474 r46661 1403 1403 * 1404 1404 * @param string[] $terms Array of terms to check. 1405 * @return arrayTerms that are not stopwords.1405 * @return string[] Terms that are not stopwords. 1406 1406 */ 1407 1407 protected function parse_search_terms( $terms ) { … … 1439 1439 * @since 3.7.0 1440 1440 * 1441 * @return arrayStopwords.1441 * @return string[] Stopwords. 1442 1442 */ 1443 1443 protected function get_search_stopwords() { … … 3586 3586 * @since 3.1.0 3587 3587 * 3588 * @param mixed$post_types Optional. Post type or array of posts types to check against.3588 * @param string|string[] $post_types Optional. Post type or array of posts types to check against. 3589 3589 * @return bool 3590 3590 */
Note: See TracChangeset
for help on using the changeset viewer.