Docs: Fix some incorrect return tags in docblocks.
See #48303 Built from https://develop.svn.wordpress.org/trunk@46644 git-svn-id: http://core.svn.wordpress.org/trunk@46444 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2577,7 +2577,7 @@ function wp_is_large_network( $using = 'sites', $network_id = null ) {
|
||||
*
|
||||
* @since 4.4.0
|
||||
*
|
||||
* @return array $names Array of reserved subdirectory names.
|
||||
* @return array Array of reserved subdirectory names.
|
||||
*/
|
||||
function get_subdirectory_reserved_names() {
|
||||
$names = array(
|
||||
|
||||
Reference in New Issue
Block a user