Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/10/2013 06:34:00 PM (13 years ago)
Author:
boonebgorges
Message:

Improve inline docs in Blogs component.

See #5022.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-filters.php

    r6477 r7409  
    99 */
    1010
    11 // Display filters
     11/** Display Filters **********************************************************/
    1212
    1313add_filter( 'bp_get_blog_latest_post_title', 'wptexturize'   );
     
    2323
    2424/**
    25  * Ensures that the 'Create a new site' link at wp-admin/my-sites.php points to the BP blog signup
     25 * Ensure that the 'Create a new site' link at wp-admin/my-sites.php points to the BP blog signup
    2626 *
    2727 * @since BuddyPress (1.6)
    28  * @uses apply_filters() Filter bp_blogs_creation_location to alter the returned value
    2928 *
    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.
    3234 */
    3335function bp_blogs_creation_location( $url ) {
Note: See TracChangeset for help on using the changeset viewer.