Make WordPress Core


Ignore:
Timestamp:
08/22/2013 03:55:07 PM (13 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/l10n.php

    r25059 r25085  
    499499        $path = get_template_directory();
    500500
    501     // Load the textdomain according to the theme 
     501    // Load the textdomain according to the theme
    502502    $mofile = "{$path}/{$locale}.mo";
    503503    if ( $loaded = load_textdomain( $domain, $mofile ) )
Note: See TracChangeset for help on using the changeset viewer.