mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Change @since 3.0 to @since 3.0.0.
git-svn-id: https://develop.svn.wordpress.org/trunk@13827 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -550,7 +550,7 @@ function unzip_file($file, $to) {
|
||||
* This function should not be called directly, use unzip_file instead. Attempts to unzip an archive using the ZipArchive class.
|
||||
* Assumes that WP_Filesystem() has already been called and set up.
|
||||
*
|
||||
* @since 3.0
|
||||
* @since 3.0.0
|
||||
* @see unzip_file
|
||||
* @access private
|
||||
*
|
||||
@@ -612,7 +612,7 @@ function _unzip_file_ziparchive($file, $to, $needed_dirs = array() ) {
|
||||
* This function should not be called directly, use unzip_file instead. Attempts to unzip an archive using the PclZip library.
|
||||
* Assumes that WP_Filesystem() has already been called and set up.
|
||||
*
|
||||
* @since 3.0
|
||||
* @since 3.0.0
|
||||
* @see unzip_file
|
||||
* @access private
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user