Changeset 10100 for trunk/src/bp-blogs/bp-blogs-loader.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-loader.php
r10019 r10100 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Blogs Loader … … 9 8 * 10 9 * @package BuddyPress 11 * @subpackage Blogs 10 * @subpackage BlogsCore 12 11 */ 13 12 … … 20 19 * Start the blogs component creation process. 21 20 * 22 * @since BuddyPress (1.5.0)21 * @since 1.5.0 23 22 */ 24 23 public function __construct() { … … 39 38 * backwards compatibility. 40 39 * 41 * @since BuddyPress (1.5.0)40 * @since 1.5.0 42 41 * 43 42 * @see BP_Component::setup_globals() for description of parameters. … … 83 82 * In case the config is not multisite, the blog_public option is ignored. 84 83 * 85 * @since BuddyPress (2.3.0)84 * @since 2.3.0 86 85 * 87 86 * @oaram int $value Whether or not the blog is public. … … 92 91 * Filters the post types to track for the Blogs component. 93 92 * 94 * @since BuddyPress (1.5.0)95 * @deprecated BuddyPress (2.3.0)93 * @since 1.5.0 94 * @deprecated 2.3.0 96 95 * 97 96 * @param array $value Array of post types to track. … … 199 198 * Set up bp-blogs integration with the WordPress admin bar. 200 199 * 201 * @since BuddyPress (1.5.0)200 * @since 1.5.0 202 201 * 203 202 * @see BP_Component::setup_admin_bar() for a description of arguments. … … 287 286 * Setup cache groups 288 287 * 289 * @since BuddyPress (2.2.0)288 * @since 2.2.0 290 289 */ 291 290 public function setup_cache_groups() { … … 302 301 * Set up the tracking arguments for the 'post' post type. 303 302 * 304 * @since BuddyPress (2.2.0)303 * @since 2.2.0 305 304 * 306 305 * @see bp_activity_get_post_type_tracking_args() for information on parameters. … … 316 315 * Filters the post types to track for the Blogs component. 317 316 * 318 * @since BuddyPress (1.5.0)319 * @deprecated BuddyPress (2.3.0)317 * @since 1.5.0 318 * @deprecated 2.3.0 320 319 * 321 320 * Make sure plugins still using 'bp_blogs_record_post_post_types'
Note: See TracChangeset
for help on using the changeset viewer.