Changeset 13199
- Timestamp:
- 12/26/2021 12:27:56 PM (5 years ago)
- Location:
- trunk/src/bp-templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/recycle.php
r13179 r13199 37 37 <td> 38 38 <label for="avatar_{{data.id}}"> 39 <input type="radio" name="avatar_id" value="{{data.id}}" id="avatar_{{data.id}}" class=" bp-screen-reader-text"/>39 <input type="radio" name="avatar_id" value="{{data.id}}" id="avatar_{{data.id}}" class="<?php echo esc_attr( is_admin() && ! wp_doing_ajax() ? 'screen-reader-text' : 'bp-screen-reader-text' ); ?>"/> 40 40 <img src="{{{data.url}}}" id="{{data.id}}" class="avatar" width="<?php echo esc_attr( bp_core_avatar_thumb_width() ); ?>" height="<?php echo esc_attr( bp_core_avatar_thumb_height() ); ?>"/> 41 41 </label> -
trunk/src/bp-templates/bp-nouveau/buddypress/assets/_attachments/avatars/recycle.php
r13179 r13199 37 37 <td> 38 38 <label for="avatar_{{data.id}}"> 39 <input type="radio" name="avatar_id" value="{{data.id}}" id="avatar_{{data.id}}" class=" bp-screen-reader-text"/>39 <input type="radio" name="avatar_id" value="{{data.id}}" id="avatar_{{data.id}}" class="<?php echo esc_attr( is_admin() && ! wp_doing_ajax() ? 'screen-reader-text' : 'bp-screen-reader-text' ); ?>"/> 40 40 <img src="{{{data.url}}}" id="{{data.id}}" class="avatar" width="<?php echo esc_attr( bp_core_avatar_thumb_width() ); ?>" height="<?php echo esc_attr( bp_core_avatar_thumb_height() ); ?>"/> 41 41 </label>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)