Changeset 6477
- Timestamp:
- 10/30/2012 02:52:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-filters.php
r6372 r6477 32 32 */ 33 33 function bp_blogs_creation_location( $url ) { 34 return apply_filters( 'bp_blogs_creation_location', trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_slug() . '/create', $url ) );34 return apply_filters( 'bp_blogs_creation_location', trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() . '/create', $url ) ); 35 35 } 36 36 add_filter( 'wp_signup_location', 'bp_blogs_creation_location' );
Note: See TracChangeset
for help on using the changeset viewer.