Changeset 9834 for trunk/src/bp-activity/bp-activity-admin.php
- Timestamp:
- 05/03/2015 10:51:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-admin.php
r9833 r9834 54 54 * @param array $custom_menus The list of top-level BP menu items. 55 55 * 56 * @return array $custom_menus List of top-level BP menu items, with Activity added 56 * @return array $custom_menus List of top-level BP menu items, with Activity added. 57 57 */ 58 58 function bp_activity_admin_menu_order( $custom_menus = array() ) { … … 192 192 * Does the following: 193 193 * - Register contextual help and screen options for this admin page. 194 * - Enqueues scripts and styles 195 * - Catches POST and GET requests related to Activity 194 * - Enqueues scripts and styles. 195 * - Catches POST and GET requests related to Activity. 196 196 * 197 197 * @since BuddyPress (1.6.0) … … 820 820 821 821 /** 822 * Activity type metabox for the Activity admin edit screen 822 * Activity type metabox for the Activity admin edit screen. 823 823 * 824 824 * @since BuddyPress (1.6.0) … … 1055 1055 1056 1056 /** 1057 * If users can comment on blog & forum activity items 1057 * If users can comment on blog & forum activity items. 1058 1058 * 1059 1059 * @since BuddyPress (2.2.2) … … 1642 1642 * 1643 1643 * This method merges functionality from {@link bp_activity_can_comment()} and 1644 * {@link bp_blogs_disable_activity_commenting()}. 1644 * {@link bp_blogs_disable_activity_commenting()}. This is done because the activity 1645 1645 * list table doesn't use a BuddyPress activity loop, which prevents those 1646 1646 * functions from working as intended.
Note: See TracChangeset
for help on using the changeset viewer.