Changeset 7409 for trunk/bp-blogs/bp-blogs-filters.php
- Timestamp:
- 10/10/2013 06:34:00 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-blogs/bp-blogs-filters.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-filters.php
r6477 r7409 9 9 */ 10 10 11 / / Display filters11 /** Display Filters **********************************************************/ 12 12 13 13 add_filter( 'bp_get_blog_latest_post_title', 'wptexturize' ); … … 23 23 24 24 /** 25 * Ensure sthat the 'Create a new site' link at wp-admin/my-sites.php points to the BP blog signup25 * Ensure that the 'Create a new site' link at wp-admin/my-sites.php points to the BP blog signup 26 26 * 27 27 * @since BuddyPress (1.6) 28 * @uses apply_filters() Filter bp_blogs_creation_location to alter the returned value29 28 * 30 * @param string $url The original URL (points to wp-signup.php by default) 31 * @return string The new URL 29 * @uses apply_filters() Filter 'bp_blogs_creation_location' to alter the 30 * returned value. 31 * 32 * @param string $url The original URL (points to wp-signup.php by default). 33 * @return string The new URL. 32 34 */ 33 35 function bp_blogs_creation_location( $url ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)