Changeset 10011 for trunk/src/bp-blogs/bp-blogs-filters.php
- Timestamp:
- 07/11/2015 11:12:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-filters.php
r9819 r10011 31 31 * 32 32 * @param string $url The original URL (points to wp-signup.php by default). 33 * 33 34 * @return string The new URL. 34 35 */ … … 53 54 * @see bp_blogs_update_post_activity_meta() 54 55 * 55 * @param array Current SQL clauses in array format 56 * @param array $retval Current SQL clauses in array format. 57 * 56 58 * @return array 57 59 */ … … 73 75 * @param int $post_id ID of the post. 74 76 * @param int $user_id ID of the post author. 77 * 75 78 * @return bool True to authorize the post to be published, otherwise false. 76 79 */
Note: See TracChangeset
for help on using the changeset viewer.