mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-08 03:00:14 +00:00
Docs: Consistently include an empty line between @since tag and @see, @link, or @global, per the documentation standards.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48067 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1468,9 +1468,10 @@ function unzip_file( $file, $to ) {
|
||||
* Assumes that WP_Filesystem() has already been called and set up.
|
||||
*
|
||||
* @since 3.0.0
|
||||
* @see unzip_file()
|
||||
* @access private
|
||||
*
|
||||
* @see unzip_file()
|
||||
*
|
||||
* @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass.
|
||||
*
|
||||
* @param string $file Full path and filename of ZIP archive.
|
||||
@@ -1599,9 +1600,10 @@ function _unzip_file_ziparchive( $file, $to, $needed_dirs = array() ) {
|
||||
* Assumes that WP_Filesystem() has already been called and set up.
|
||||
*
|
||||
* @since 3.0.0
|
||||
* @see unzip_file()
|
||||
* @access private
|
||||
*
|
||||
* @see unzip_file()
|
||||
*
|
||||
* @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass.
|
||||
*
|
||||
* @param string $file Full path and filename of ZIP archive.
|
||||
|
||||
Reference in New Issue
Block a user