Revert typo. Thanks autocomplete for randomly modifying my file. see #14026.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15307 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-06-23 07:22:43 +00:00
parent 642e01ef4a
commit 6e2e5bdd73
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if ( isset( $_GET['download'] ) ) {
$mm_start = isset($_GET['mm_start']) ? $_GET['mm_start'] : 'all';
$mm_end = isset($_GET['mm_end']) ? $_GET['mm_end'] : 'all';
if( $mm_start != 'all' ) {
$start_date = sprintf( "%04d-%02d-%02d", substr( $MM._start, 0, 4 ), substr( $mm_start, 5, 2 ), 1 );
$start_date = sprintf( "%04d-%02d-%02d", substr( $mm_start, 0, 4 ), substr( $mm_start, 5, 2 ), 1 );
} else {
$start_date = 'all';
}