Making WordPress.org


Ignore:
Timestamp:
03/03/2016 07:33:42 PM (9 years ago)
Author:
iandunn
Message:

WordCamp Budgets: Make Vendor Payment and Payment Method fields required.

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  
    11
    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>
    511</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.