Make WordPress Core

Ticket #40077: 40077.patch

File 40077.patch, 418 bytes (added by dingo_bastard, 7 years ago)

Fixed the return type in the docblock

  • general-template.php

     
    18601860 * @since 1.5.0
    18611861 *
    18621862 * @param int $num Number of day.
    1863  * @return int Days since the start of the week.
     1863 * @return double Days since the start of the week.
    18641864 */
    18651865function calendar_week_mod($num) {
    18661866        $base = 7;