Make WordPress Core

Changeset 35971


Ignore:
Timestamp:
12/16/2015 07:31:30 PM (9 years ago)
Author:
swissspidy
Message:

Docs: Correct a parameter name for the allow_subdirectory_install filter.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/network.php

    r35552 r35971  
    5757         * @since 3.0.0
    5858         *
    59          * @param bool true Whether to enable the subdirectory install feature in Multisite. Default is false.
     59         * @param bool $allow Whether to enable the subdirectory install feature in Multisite. Default is false.
    6060         */
    6161    if ( apply_filters( 'allow_subdirectory_install', false ) )
Note: See TracChangeset for help on using the changeset viewer.