[ Index ] |
PHP Cross Reference of BuddyPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * BuddyPress Avatars crop template. 4 * 5 * This template is used to create the crop Backbone views. 6 * 7 * @since 2.3.0 8 * @version 3.1.0 9 */ 10 11 ?> 12 <script id="tmpl-bp-avatar-item" type="text/html"> 13 <div id="avatar-to-crop"> 14 <img src="{{{data.url}}}"/> 15 </div> 16 <div class="avatar-crop-management"> 17 <div id="avatar-crop-pane" class="avatar" style="width:{{data.full_w}}px; height:{{data.full_h}}px"> 18 <img src="{{{data.url}}}" id="avatar-crop-preview"/> 19 </div> 20 <div id="avatar-crop-actions"> 21 <button type="button" class="button avatar-crop-submit"><?php echo esc_html_x( 'Crop Image', 'button', 'buddypress' ); ?></button> 22 </div> 23 </div> 24 </script>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri May 9 01:00:56 2025 | Cross-referenced by PHPXref 0.7.1 |