Changeset 2682 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/wordcamp-budgets/form-field-required-indicator.php
- Timestamp:
- 03/03/2016 07:33:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/wordcamp-budgets/form-field-required-indicator.php
r2605 r2682 1 1 2 <span class="wcb-form-required" aria-hidden="true"> 3 <?php // translators: The symbol to indicate the form field is required ?> 4 <?php _e( '*', 'wordcamporg' ); ?> 2 <span class="wcb-form-required"> 3 <span aria-hidden="true"> 4 <?php // translators: The symbol to indicate the form field is required ?> 5 <?php _e( '*', 'wordcamporg' ); ?> 6 </span> 7 8 <span class="screen-reader-text"> 9 <?php _e( 'required field', 'wordcamporg' ); ?> 10 </span> 5 11 </span> 6 7 <span class="screen-reader-text">8 <?php _e( 'required field', 'wordcamporg' ); ?>9 </span>
Note: See TracChangeset
for help on using the changeset viewer.