Changeset 34853 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 10/06/2015 04:04:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r34828 r34853 562 562 * 563 563 * @since 3.0.0 564 * @since 4.4.0 'wp-admin', 'wp-content', 'wp-includes', and 'wp-json' were added564 * @since 4.4.0 'wp-admin', 'wp-content', 'wp-includes', 'wp-json', and 'embed' were added 565 565 * to the reserved names list. 566 566 * 567 567 * @param array $subdirectory_reserved_names Array of reserved names. 568 568 */ 569 apply_filters( 'subdirectory_reserved_names', array( 'page', 'comments', 'blog', 'files', 'feed', 'wp-admin', 'wp-content', 'wp-includes', 'wp-json' ) )569 apply_filters( 'subdirectory_reserved_names', array( 'page', 'comments', 'blog', 'files', 'feed', 'wp-admin', 'wp-content', 'wp-includes', 'wp-json', 'embed' ) ) 570 570 ); 571 571 }
Note: See TracChangeset
for help on using the changeset viewer.