Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/23/2015 03:55:00 AM (10 years ago)
Author:
tw2113
Message:

More documentation cleanup for BP-Blogs component.

See #6397.

File:
1 edited

Legend:

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

    r10100 r10374  
    3030 *
    3131 * @param string $url The original URL (points to wp-signup.php by default).
    32  *
    3332 * @return string The new URL.
    3433 */
     
    5453 *
    5554 * @param array $retval Current SQL clauses in array format.
    56  *
    5755 * @return array
    5856 */
     
    7068 * @since 2.2.0
    7169 *
    72  * @param  bool $return  Whether the post should be published.
    73  * @param  int  $blog_id ID of the blog.
    74  * @param  int  $post_id ID of the post.
    75  * @param  int  $user_id ID of the post author.
    76  *
     70 * @param bool $return  Whether the post should be published.
     71 * @param int  $blog_id ID of the blog.
     72 * @param int  $post_id ID of the post.
     73 * @param int  $user_id ID of the post author.
    7774 * @return bool True to authorize the post to be published, otherwise false.
    7875 */
Note: See TracChangeset for help on using the changeset viewer.