Docs: Improve documentation for optional parameters per the documentation standards.

See #49572.

git-svn-id: https://develop.svn.wordpress.org/trunk@48197 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-06-28 11:47:45 +00:00
parent b72fcb6a47
commit 6361798918
14 changed files with 83 additions and 75 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ function check_upload_size( $file ) {
* @global wpdb $wpdb WordPress database abstraction object.
*
* @param int $blog_id Site ID.
* @param bool $drop True if site's database tables should be dropped. Default is false.
* @param bool $drop True if site's database tables should be dropped. Default false.
*/
function wpmu_delete_blog( $blog_id, $drop = false ) {
global $wpdb;