mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Various docblock corrections and improvements.
See #50768 git-svn-id: https://develop.svn.wordpress.org/trunk@49597 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -860,8 +860,8 @@ function wp_uninitialize_site( $site_id ) {
|
||||
*
|
||||
* @since MU (3.0.0)
|
||||
*
|
||||
* @param string $uploads['basedir'] Uploads path without subdirectory. @see wp_upload_dir()
|
||||
* @param int $site_id The site ID.
|
||||
* @param string $basedir Uploads path without subdirectory. @see wp_upload_dir()
|
||||
* @param int $site_id The site ID.
|
||||
*/
|
||||
$dir = apply_filters( 'wpmu_delete_blog_upload_dir', $uploads['basedir'], $site->id );
|
||||
$dir = rtrim( $dir, DIRECTORY_SEPARATOR );
|
||||
|
||||
Reference in New Issue
Block a user