Make WordPress Core


Ignore:
Timestamp:
08/09/2008 05:36:14 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r8556 r8600  
    292292function load_plugin_textdomain($domain, $abs_rel_path = false, $plugin_rel_path = false) {
    293293    $locale = get_locale();
    294    
     294
    295295    if ( false !== $plugin_rel_path )
    296296        $path = WP_PLUGIN_DIR . '/' . trim( $plugin_rel_path, '/');
Note: See TracChangeset for help on using the changeset viewer.