Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/08/2016 05:18:31 PM (9 years ago)
Author:
imath
Message:

Make sure text domain definitions are consistent in template files.

Props Jonnyauk

Fixes #6764

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/single/request-membership.php

    r10181 r10562  
    1515
    1616<?php if ( !bp_group_has_requested_membership() ) : ?>
    17     <p><?php printf( __( "You are requesting to become a member of the group '%s'.", "buddypress" ), bp_get_group_name( false ) ); ?></p>
     17    <p><?php printf( __( "You are requesting to become a member of the group '%s'.", 'buddypress' ), bp_get_group_name( false ) ); ?></p>
    1818
    1919    <form action="<?php bp_group_form_action('request-membership' ); ?>" method="post" name="request-membership-form" id="request-membership-form" class="standard-form">
Note: See TracChangeset for help on using the changeset viewer.