Changeset 4072 for branches/plugin/bbp-includes/bbp-core-actions.php
- Timestamp:
- 07/08/2012 10:48:17 AM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-core-actions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-actions.php
r4041 r4072 53 53 add_action( 'after_setup_theme', 'bbp_after_setup_theme', 10 ); 54 54 add_action( 'template_redirect', 'bbp_template_redirect', 10 ); 55 add_action( 'login_form_login', 'bbp_login_form_login', 10 ); 55 56 56 57 /** … … 256 257 add_action( 'bbp_template_redirect', 'bbp_check_topic_tag_edit', 10 ); 257 258 259 // Maybe convert the users password 260 add_action( 'bbp_login_form_login', 'bbp_user_maybe_convert_pass' ); 261 258 262 /** 259 263 * Requires and creates the BuddyPress extension, and adds component creation … … 491 495 } 492 496 497 /** 498 * Add the bbPress-specific login forum action 499 * 500 * @since bbPress (r2753) 501 * @uses do_action() Calls 'bbp_login_form_login' 502 */ 503 function bbp_login_form_login() { 504 do_action ( 'bbp_login_form_login' ); 505 } 506 493 507 /** Final Action **************************************************************/ 494 508
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)