Make WordPress Core


Ignore:
Timestamp:
12/01/2014 01:33:34 AM (11 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs for src/wp-includes/*.

See #30224.

File:
1 edited

Legend:

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

    r30612 r30681  
    186186     * @access public
    187187     *
    188      * @param array $query A tax_query query clause.
     188     * @param array $queries
     189     * @param array $parent_query
     190     *
    189191     * @return array Sanitized queries.
    190192     */
     
    778780     * @param string $compare The compare operator to use
    779781     * @param string|array $value The value
    780      * @return string|int|false The value to be used in SQL or false on error.
     782     * @return string|false|int The value to be used in SQL or false on error.
    781783     */
    782784    public function build_value( $compare, $value ) {
Note: See TracChangeset for help on using the changeset viewer.