Make WordPress Core


Ignore:
Timestamp:
11/17/2010 06:47:34 PM (16 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

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

    r16392 r16438  
    120120        }
    121121        $timezone_formats = array( 'P', 'I', 'O', 'T', 'Z', 'e' );
    122         $timezone_formats_re = implode( '|', $timezone_formats );       
     122        $timezone_formats_re = implode( '|', $timezone_formats );
    123123        if ( preg_match( "/$timezone_formats_re/", $dateformatstring ) && wp_timezone_supported() ) {
    124124                $timezone_string = get_option( 'timezone_string' );
     
    133133                                        $dateformatstring = substr( $dateformatstring, 1, strlen( $dateformatstring ) -1 );
    134134                                }
    135                         }                       
     135                        }
    136136                }
    137         } 
     137        }
    138138        $j = @$datefunc( $dateformatstring, $i );
    139139        // allow plugins to redo this entirely for languages with untypical grammars
     
    11851185function do_enclose( $content, $post_ID ) {
    11861186        global $wpdb;
    1187        
     1187
    11881188        //TODO: Tidy this ghetto code up and make the debug code optional
    11891189        include_once( ABSPATH . WPINC . '/class-IXR.php' );
Note: See TracChangeset for help on using the changeset viewer.