Changeset 28588
- Timestamp:
- 05/27/2014 11:40:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r28542 r28588 606 606 607 607 /** 608 * Whether today is a new day. 608 * Whether the publish date of the current post in the loop is different from the 609 * publish date of the previous post in the loop. 609 610 * 610 611 * @since 0.71 611 * @ uses $day Today612 * @ uses $previousday Previous day612 * @global string $currentday The day of the current post in the loop. 613 * @global string $previousday The day of the previous post in the loop. 613 614 * 614 615 * @return int 1 when new day, 0 if not a new day.
Note: See TracChangeset
for help on using the changeset viewer.