- Timestamp:
- 09/27/2015 06:04:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/activity/post-form.php
r10085 r10150 1 1 <?php 2 3 2 /** 4 3 * BuddyPress - Activity Post Form … … 17 16 * Fires before the activity post form. 18 17 * 19 * @since BuddyPress (1.2.0)18 * @since 1.2.0 20 19 */ 21 20 do_action( 'bp_before_activity_post_form' ); ?> … … 80 79 * Fires at the end of the activity post form markup. 81 80 * 82 * @since BuddyPress (1.2.0)81 * @since 1.2.0 83 82 */ 84 83 do_action( 'bp_activity_post_form_options' ); ?> … … 93 92 * Fires after the activity post form. 94 93 * 95 * @since BuddyPress (1.2.0)94 * @since 1.2.0 96 95 */ 97 96 do_action( 'bp_after_activity_post_form' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.