Make WordPress Core


Ignore:
Timestamp:
02/16/2024 09:45:18 PM (11 months ago)
Author:
johnbillion
Message:

Docs: Various improvements and corrections to inline documentation.

See #59651

File:
1 edited

Legend:

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

    r57189 r57644  
    10581058     *
    10591059     * @param string $relation Raw relation key from the query argument.
    1060      * @return string Sanitized relation ('AND' or 'OR').
     1060     * @return string Sanitized relation. Either 'AND' or 'OR'.
    10611061     */
    10621062    public function sanitize_relation( $relation ) {
Note: See TracChangeset for help on using the changeset viewer.