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:
Andrew Nacin
2010-03-26 19:13:36 +00:00
parent 411e9a74f1
commit e34ca97ae0
22 changed files with 68 additions and 67 deletions
+2 -2
View File
@@ -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
*