- Timestamp:
- 03/14/2019 05:37:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/functions.php
r12283 r12358 4 4 * 5 5 * @since 3.0.0 6 * @version 3.1.06 * @version 5.0.0 7 7 */ 8 8 … … 68 68 'user_id' => bp_loggedin_user_id(), 69 69 'object' => 'user', 70 'backcompat' => (bool) has_action( 'bp_activity_post_form_options' ), 70 'backcompat' => array( 71 'before_post_form' => (bool) has_action( 'bp_before_activity_post_form' ), 72 'post_form_options' => (bool) has_action( 'bp_activity_post_form_options' ), 73 ), 71 74 'post_nonce' => wp_create_nonce( 'post_update', '_wpnonce_post_update' ), 72 75 );
Note: See TracChangeset
for help on using the changeset viewer.