Make WordPress Core

Changeset 706


Ignore:
Timestamp:
01/03/2004 07:05:55 PM (22 years ago)
Author:
saxmatt
Message:

Typo

File:
1 edited

Legend:

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

    r701 r706  
    523523        $monthlink = str_replace('%year%', $year, $monthlink);
    524524        $monthlink = str_replace('%monthnum%', intval($month), $monthlink);
    525         $monhtlink = str_replace('%post_id%', '', $monthlink);
     525        $monthlink = str_replace('%post_id%', '', $monthlink);
    526526        return $siteurl . $monthlink;
    527527    } else {
Note: See TracChangeset for help on using the changeset viewer.