Make WordPress Core

Changeset 17581


Ignore:
Timestamp:
04/01/2011 10:40:55 AM (13 years ago)
Author:
dd32
Message:

@ignore for _copy_dir(). Props duck_. See #14484

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/update-core.php

    r17580 r17581  
    455455}
    456456
    457 /**#@+
     457/**
    458458 * Copies a directory from one location to another via the WordPress Filesystem Abstraction.
    459459 * Assumes that WP_Filesystem() has already been called and setup.
     
    461461 * This is a temporary function for the 3.1 -> 3.2 upgrade only and will be removed in 3.3
    462462 *
     463 * @ignore
    463464 * @since 3.2
    464465 * @see copy_dir()
     
    508509    return true;
    509510}
    510 /**#@-*/
    511511
    512512?>
Note: See TracChangeset for help on using the changeset viewer.