Changeset 13687
- Timestamp:
- 01/03/2024 04:44:33 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-filters.php
r13522 r13687 957 957 */ 958 958 function bp_core_include_directory_on_front( $pages = array(), $args = array() ) { 959 // Prevent duplicate "page on front" option values when the 'legacy' BuddyPress URL Parser is in use. 960 if ( 'rewrites' !== bp_core_get_query_parser() ) { 961 return $pages; 962 } 963 959 964 $is_page_on_front_dropdown = false; 960 965
Note: See TracChangeset
for help on using the changeset viewer.