From 6e2e5bdd7398af5d6e92ec98434c50602a1f0c89 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 23 Jun 2010 07:22:43 +0000 Subject: [PATCH] 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 --- wp-admin/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/export.php b/wp-admin/export.php index 0f4ffa372..01f3bf98b 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -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'; }