Changeset 10374 for trunk/src/bp-blogs/bp-blogs-filters.php
- Timestamp:
- 11/23/2015 03:55:00 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-filters.php
r10100 r10374 30 30 * 31 31 * @param string $url The original URL (points to wp-signup.php by default). 32 *33 32 * @return string The new URL. 34 33 */ … … 54 53 * 55 54 * @param array $retval Current SQL clauses in array format. 56 *57 55 * @return array 58 56 */ … … 70 68 * @since 2.2.0 71 69 * 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. 77 74 * @return bool True to authorize the post to be published, otherwise false. 78 75 */
Note: See TracChangeset
for help on using the changeset viewer.