Changeset 712
- Timestamp:
- 01/04/2004 02:34:58 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions.php
r710 r712 98 98 $title = $year; 99 99 if (!empty($monthnum)) { 100 $title .= " $sep $monthnum";100 $title .= " $sep $monthnum"; 101 101 } 102 102 if (!empty($day)) {
Note: See TracChangeset
for help on using the changeset viewer.