Make WordPress Core


Ignore:
Timestamp:
07/13/2017 03:43:12 PM (7 years ago)
Author:
DrewAPicture
Message:

Docs: Improve the DocBlock summary for WP_Query::parse_orderby().

See #41017.

File:
1 edited

Legend:

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

    r41041 r41042  
    15071507
    15081508    /**
    1509      * If the passed orderby value is allowed, convert the alias to a
    1510      * properly-prefixed orderby value.
     1509     * Converts the given orderby alias (if allowed) to a properly-prefixed value.
    15111510     *
    15121511     * @since 4.0.0
Note: See TracChangeset for help on using the changeset viewer.