Skip to:
Content

BuddyPress.org

Ticket #1780: missing_strong_tag.patch

File missing_strong_tag.patch, 1.1 KB (added by MrMaz, 16 years ago)
  • admin.php

    # This patch file was generated by NetBeans IDE
    # Following Index: paths are relative to: \\UBU\www\sandbox2\public_html\wp-content\plugins\buddypress\bp-themes\bp-sn-parent\groups\single
    # This patch can be applied using context Tools: Patch action on respective folder.
    # It uses platform neutral UTF-8 encoding and \n newlines.
    # Above lines and this line are ignored by the patching process.
     
    9696
    9797                                                        <label>
    9898                                                                <input type="radio" name="group-status" value="hidden"<?php bp_group_show_status_setting('hidden') ?> />
    99                                                                 <?php _e( 'This is a hidden group', 'buddypress' ) ?></strong>
    100  No newline at end of file
     99                                                                <strong><?php _e( 'This is a hidden group', 'buddypress' ) ?></strong>
     100 No newline at end of file
    101101                                                                <ul>
    102102                                                                        <li><?php _e( 'Only users who are invited can join the group.', 'buddypress' ) ?></li>