Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/11/2015 11:12:52 PM (10 years ago)
Author:
tw2113
Message:

Initial documentation cleanup for the BP Blogs component.

See #6397.

File:
1 edited

Legend:

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

    r9819 r10011  
    3131 *
    3232 * @param string $url The original URL (points to wp-signup.php by default).
     33 *
    3334 * @return string The new URL.
    3435 */
     
    5354 * @see bp_blogs_update_post_activity_meta()
    5455 *
    55  * @param array Current SQL clauses in array format
     56 * @param array $retval Current SQL clauses in array format.
     57 *
    5658 * @return array
    5759 */
     
    7375 * @param  int  $post_id ID of the post.
    7476 * @param  int  $user_id ID of the post author.
     77 *
    7578 * @return bool True to authorize the post to be published, otherwise false.
    7679 */
Note: See TracChangeset for help on using the changeset viewer.