Make WordPress Core


Ignore:
Timestamp:
11/02/2020 06:02:11 PM (5 years ago)
Author:
helen
Message:

General: Make some inline comments more descriptive.

Props jorbin.
Fixes #51683.

File:
1 edited

Legend:

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

    r49193 r49474  
    792792        }
    793793
    794         // Fairly insane upper bound for search string lengths.
     794        // Fairly large, potentially too large, upper bound for search string lengths.
    795795        if ( ! is_scalar( $qv['s'] ) || ( ! empty( $qv['s'] ) && strlen( $qv['s'] ) > 1600 ) ) {
    796796            $qv['s'] = '';
Note: See TracChangeset for help on using the changeset viewer.