Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/30/2010 05:06:19 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Better noscript support for XProfile UI enhancement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-admin.php

    r2883 r2887  
    7575<?php       if ( $groups ) :
    7676                foreach ( $groups as $group ) { ?>
    77 
     77                    <noscript>
     78                        <h3><?php echo attribute_escape( $group->name ) ?></h3>
     79                    </noscript>
    7880                    <div id="tabs-<?php echo $group->id; ?>" class="tab-wrapper">
    7981                        <div class="tab-toolbar">
Note: See TracChangeset for help on using the changeset viewer.