Changeset 25722
- Timestamp:
- 10/07/2013 11:42:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network.php
r25616 r25722 59 59 } 60 60 /** 61 * Allow subdirectory install 61 * Allow subdirectory install. 62 62 * 63 63 * @since 3.0.0 … … 66 66 function allow_subdirectory_install() { 67 67 global $wpdb; 68 /** 69 * Filter whether to enable the subdirectory install feature in Multisite. 70 * 71 * @since 3.0.0 72 * 73 * @param bool true Whether to enable the subdirectory install feature in Multisite. Default is false. 74 */ 68 75 if ( apply_filters( 'allow_subdirectory_install', false ) ) 69 76 return true;
Note: See TracChangeset
for help on using the changeset viewer.