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:
parent
642e01ef4a
commit
6e2e5bdd73
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue