Make WordPress Core

Changeset 712


Ignore:
Timestamp:
01/04/2004 02:34:58 AM (22 years ago)
Author:
saxmatt
Message:

Space bug in wp_title.

File:
1 edited

Legend:

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

    r710 r712  
    9898        $title = $year;
    9999        if (!empty($monthnum)) {
    100             $title .= "$sep $monthnum";
     100            $title .= " $sep $monthnum";
    101101        }
    102102        if (!empty($day)) {
Note: See TracChangeset for help on using the changeset viewer.