Changeset 24189 for trunk/wp-includes/general-template.php
- Timestamp:
- 05/07/2013 04:35:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r24053 r24189 1580 1580 */ 1581 1581 function the_weekday_date($before='',$after='') { 1582 global $wp_locale, $ day, $previousweekday;1582 global $wp_locale, $currentday, $previousweekday; 1583 1583 $the_weekday_date = ''; 1584 1584 if ( $currentday != $previousweekday ) {
Note: See TracChangeset
for help on using the changeset viewer.