Changeset 10100 for trunk/src/bp-blogs/bp-blogs-filters.php
- Timestamp:
- 09/12/2015 06:03:18 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-filters.php
r10011 r10100 1 1 <?php 2 3 2 /** 4 3 * Filters related to the Blogs component. 5 4 * 6 5 * @package BuddyPress 7 * @subpackage Blog s8 * @since BuddyPress (1.6.0)6 * @subpackage BlogFilters 7 * @since 1.6.0 9 8 */ 10 9 … … 25 24 * Ensure that the 'Create a new site' link at wp-admin/my-sites.php points to the BP blog signup. 26 25 * 27 * @since BuddyPress (1.6.0)26 * @since 1.6.0 28 27 * 29 28 * @uses apply_filters() Filter 'bp_blogs_creation_location' to alter the … … 39 38 * Filters the 'Create a new site' link URL. 40 39 * 41 * @since BuddyPress (1.6.0)40 * @since 1.6.0 42 41 * 43 42 * @param string $value URL for the 'Create a new site' signup page. … … 50 49 * Only select comments by ID instead of all fields when using get_comments(). 51 50 * 52 * @since BuddyPress (2.1.0)51 * @since 2.1.0 53 52 * 54 53 * @see bp_blogs_update_post_activity_meta() … … 69 68 * Abstracted from the deprecated `bp_blogs_record_post()`. 70 69 * 71 * @since BuddyPress (2.2.0)70 * @since 2.2.0 72 71 * 73 72 * @param bool $return Whether the post should be published. … … 102 101 * Filters whether or not BuddyPress should block sitewide tags activity. 103 102 * 104 * @since BuddyPress (2.2.0)103 * @since 2.2.0 105 104 * 106 105 * @param bool $value Current status of the sitewide tags activity. … … 113 112 * Filters whether or not the current blog is public. 114 113 * 115 * @since BuddyPress (2.2.0)114 * @since 2.2.0 116 115 * 117 116 * @param int $value Value from the blog_public option for the current blog.
Note: See TracChangeset
for help on using the changeset viewer.