Changeset 6147 for branches/2.5/includes/core/sub-actions.php
- Timestamp:
- 12/09/2016 07:30:14 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/includes/core/sub-actions.php
r6120 r6147 131 131 function bbp_widgets_init() { 132 132 do_action( 'bbp_widgets_init' ); 133 } 134 135 /** 136 * Initialize roles 137 * 138 * @since bbPress (r3389) 139 * 140 * @param WP_Roles $wp_roles The main WordPress roles global 141 * 142 * @uses do_action() Calls 'bbp_roles_init' 143 */ 144 function bbp_roles_init( $wp_roles = null ) { 145 do_action( 'bbp_roles_init', $wp_roles ); 133 146 } 134 147
Note: See TracChangeset
for help on using the changeset viewer.