Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (17 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-filesystem-base.php

    r9118 r10150  
    9191        return $this->wp_content_dir() . '/themes';
    9292    }
    93    
     93
    9494    /**
    9595     * Locates a folder on the remote filesystem.
     
    137137     * @since 2.7
    138138     * @access public
    139      * 
     139     *
    140140     * @param string $folder the folder to locate
    141141     * @return string The location of the remote path.
     
    165165     * @since 2.7
    166166     * @access private
    167      * 
     167     *
    168168     * @param string $folder the folder to locate
    169169     * @param string $base the folder to start searching from
Note: See TracChangeset for help on using the changeset viewer.