Make WordPress Core

Changeset 40254


Ignore:
Timestamp:
03/09/2017 02:00:09 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @return type for calendar_week_mod().

Props dingo_bastard.
Fixes #40077.

File:
1 edited

Legend:

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

    r39639 r40254  
    18611861 *
    18621862 * @param int $num Number of day.
    1863  * @return int Days since the start of the week.
     1863 * @return float Days since the start of the week.
    18641864 */
    18651865function calendar_week_mod($num) {
Note: See TracChangeset for help on using the changeset viewer.