Changeset 12105 for branches/3.0/src/bp-templates/bp-nouveau/buddypress/assets/_attachments/avatars/camera.php
- Timestamp:
- 05/21/2018 01:01:35 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/bp-templates/bp-nouveau/buddypress/assets/_attachments/avatars/camera.php
r12082 r12105 20 20 <div id="avatar-crop-pane" class="avatar" style="width:{{data.w}}px; height:{{data.h}}px"></div> 21 21 <div id="avatar-crop-actions"> 22 <button type="button" class="button avatar-webcam-capture"><?php e sc_html_e( 'Capture', 'buddypress' ); ?></button>23 <button type="button" class="button avatar-webcam-save"><?php e sc_html_e( 'Save', 'buddypress' ); ?></button>22 <button type="button" class="button avatar-webcam-capture"><?php echo esc_html_x( 'Capture', 'button', 'buddypress' ); ?></button> 23 <button type="button" class="button avatar-webcam-save"><?php echo esc_html_x( 'Save', 'button', 'buddypress' ); ?></button> 24 24 </div> 25 25 </div>
Note: See TracChangeset
for help on using the changeset viewer.