Make WordPress Core

Changeset 973


Ignore:
Timestamp:
03/12/2004 03:36:16 AM (21 years ago)
Author:
rboren
Message:

Fix call to zeroise() in get_calendar(). Courtesy of harpshot.
http://wordpress.org/support/6/3218

File:
1 edited

Legend:

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

    r957 r973  
    341341            $thismonth = '01';
    342342        } else {
    343         $thismonth = ''.zeroise(intval(substr($m, 4, 2), 2));
     343            $thismonth = ''.zeroise(intval(substr($m, 4, 2)), 2);
    344344        }
    345345    } else {
Note: See TracChangeset for help on using the changeset viewer.