Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/22/2014 05:51:33 PM (10 years ago)
Author:
boonebgorges
Message:

Remove extraneous colon from registration template.

Fixes #5656

Props slaFFik

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/register.php

    r8416 r8442  
    143143                        <input type="text" name="signup_blog_title" id="signup_blog_title" value="<?php bp_signup_blog_title_value(); ?>" />
    144144
    145                         <span class="label"><?php _e( 'I would like my site to appear in search engines, and in public listings around this network.', 'buddypress' ); ?>:</span>
     145                        <span class="label"><?php _e( 'I would like my site to appear in search engines, and in public listings around this network.', 'buddypress' ); ?></span>
    146146                        <?php do_action( 'bp_signup_blog_privacy_errors' ); ?>
    147147
Note: See TracChangeset for help on using the changeset viewer.