| 785 | | $day = '<label for="jj" class="screen-reader-text">' . __( 'Day' ) . '</label><input type="text" ' . ( $multi ? '' : 'id="jj" ' ) . 'name="jj" value="' . $jj . '" size="2" maxlength="2"' . $tab_index_attribute . ' autocomplete="off" />'; |
| 786 | | $year = '<label for="aa" class="screen-reader-text">' . __( 'Year' ) . '</label><input type="text" ' . ( $multi ? '' : 'id="aa" ' ) . 'name="aa" value="' . $aa . '" size="4" maxlength="4"' . $tab_index_attribute . ' autocomplete="off" />'; |
| 787 | | $hour = '<label for="hh" class="screen-reader-text">' . __( 'Hour' ) . '</label><input type="text" ' . ( $multi ? '' : 'id="hh" ' ) . 'name="hh" value="' . $hh . '" size="2" maxlength="2"' . $tab_index_attribute . ' autocomplete="off" />'; |
| 788 | | $minute = '<label for="mn" class="screen-reader-text">' . __( 'Minute' ) . '</label><input type="text" ' . ( $multi ? '' : 'id="mn" ' ) . 'name="mn" value="' . $mn . '" size="2" maxlength="2"' . $tab_index_attribute . ' autocomplete="off" />'; |
| | 787 | $day = '<label for="jj' . $unique_id . '" class="screen-reader-text">' . __( 'Day' ) . '</label><input type="text" id="jj' . $unique_id . '" name="jj" value="' . $jj . '" size="2" maxlength="2"' . $tab_index_attribute . ' autocomplete="off" />'; |
| | 788 | $year = '<label for="aa' . $unique_id . '" class="screen-reader-text">' . __( 'Year' ) . '</label><input type="text" id="aa' . $unique_id . '" name="aa" value="' . $aa . '" size="4" maxlength="4"' . $tab_index_attribute . ' autocomplete="off" />'; |
| | 789 | $hour = '<label for="hh' . $unique_id . '" class="screen-reader-text">' . __( 'Hour' ) . '</label><input type="text" id="hh' . $unique_id . '" name="hh" value="' . $hh . '" size="2" maxlength="2"' . $tab_index_attribute . ' autocomplete="off" />'; |
| | 790 | $minute = '<label for="mn' . $unique_id . '" class="screen-reader-text">' . __( 'Minute' ) . '</label><input type="text" id="mn' . $unique_id . '" name="mn" value="' . $mn . '" size="2" maxlength="2"' . $tab_index_attribute . ' autocomplete="off" />'; |