Make WordPress Core


Ignore:
Timestamp:
07/02/2020 11:28:13 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Spell "falsey" in a consistent way.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-comment-query.php

    r48104 r48275  
    783783        }
    784784
    785         // Falsy search strings are ignored.
     785        // Falsey search strings are ignored.
    786786        if ( strlen( $this->query_vars['search'] ) ) {
    787787            $search_sql = $this->get_search_sql(
Note: See TracChangeset for help on using the changeset viewer.