- Timestamp:
- 05/21/2018 01:00:36 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/activity/post-form.php
r12082 r12104 9 9 10 10 <?php 11 /** 12 * Template tag to prepare the activity post form 13 * checks capability and enqueue needed scripts. 11 /* 12 * Template tag to prepare the activity post form checks capability and enqueue needed scripts. 14 13 */ 15 14 bp_nouveau_before_activity_post_form(); 16 15 ?> 17 16 18 <h2 class="bp-screen-reader-text"><?php _e( 'Post Update', 'buddypress' ); ?></h2>17 <h2 class="bp-screen-reader-text"><?php echo esc_html_x( 'Post Update', 'heading', 'buddypress' ); ?></h2> 19 18 20 19 <div id="bp-nouveau-activity-form" class="activity-update-form"></div> 21 20 22 21 <?php 23 /** 24 * Template tag to load the Javascript 25 * templates of the Post form UI 22 /* 23 * Template tag to load the Javascript templates of the Post form UI. 26 24 */ 27 bp_nouveau_after_activity_post_form(); ?>25 bp_nouveau_after_activity_post_form();
Note: See TracChangeset
for help on using the changeset viewer.