Make WordPress Core


Ignore:
Timestamp:
01/16/2015 07:02:26 PM (11 years ago)
Author:
wonderboymusic
Message:

@param cleanup:

  • get_metadata() will return literally anything, needs to be mixed
  • wp() and WP_Query::__construct() no longer just take a query string
  • Clarify a few others

See #30799.

File:
1 edited

Legend:

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

    r31208 r31212  
    169169     *
    170170     * @param string $folder the folder to locate.
    171      * @return string The location of the remote path.
     171     * @return string|false The location of the remote path, false on failure.
    172172     */
    173173    public function find_folder( $folder ) {
     
    237237     * @param string $base   The folder to start searching from.
    238238     * @param bool   $loop   If the function has recursed, Internal use only.
    239      * @return string The location of the remote path.
     239     * @return string|false The location of the remote path, false to cease looping.
    240240     */
    241241    public function search_for_folder( $folder, $base = '.', $loop = false ) {
Note: See TracChangeset for help on using the changeset viewer.