Make WordPress Core


Ignore:
Timestamp:
02/20/2010 02:01:46 AM (15 years ago)
Author:
dd32
Message:

Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299

File:
1 edited

Legend:

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

    r13240 r13242  
    2424 */
    2525function mysql2date( $dateformatstring, $mysqlstring, $translate = true ) {
    26     global $wp_locale;
    2726    $m = $mysqlstring;
    2827    if ( empty( $m ) )
Note: See TracChangeset for help on using the changeset viewer.