Changeset 9472
- Timestamp:
- 02/11/2015 12:31:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-filters.php
r9218 r9472 42 42 * @param string $value URL for the 'Create a new site' signup page. 43 43 */ 44 return apply_filters( 'bp_blogs_creation_location', trailingslashit( bp_get_ root_domain() . '/' . bp_get_blogs_root_slug() . '/create', $url ));44 return apply_filters( 'bp_blogs_creation_location', trailingslashit( bp_get_blogs_directory_permalink() . 'create' ), $url ); 45 45 } 46 46 add_filter( 'wp_signup_location', 'bp_blogs_creation_location' );
Note: See TracChangeset
for help on using the changeset viewer.