Make WordPress Core

Ticket #39462: 39462.patch

File 39462.patch, 461 bytes (added by keesiemeijer, 8 years ago)

Add missing @since and @access tags

  • src/wp-includes/date.php

     
    251251         * Checks to see if the current clause has any time-related keys.
    252252         * If so, it's first-order.
    253253         *
     254         * @since 4.1.0
     255         * @access protected
     256         *
    254257         * @param  array $query Query clause.
    255258         * @return bool True if this is a first-order clause.
    256259         */