Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/21/2018 01:00:36 AM (7 years ago)
Author:
djpaul
Message:

Templates, Nouveau: string improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/activity/post-form.php

    r12082 r12104  
    99
    1010<?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.
    1413 */
    1514bp_nouveau_before_activity_post_form();
    1615?>
    1716
    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>
    1918
    2019<div id="bp-nouveau-activity-form" class="activity-update-form"></div>
    2120
    2221<?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.
    2624 */
    27 bp_nouveau_after_activity_post_form(); ?>
     25bp_nouveau_after_activity_post_form();
Note: See TracChangeset for help on using the changeset viewer.