Bug report (missing ID element
-
Original code:
<label for="pprredirect_active" style="padding:2px 0;"> <input type="checkbox" name="pprredirect_active" value="1" /> Make Redirect <strong>Active</strong>. <span class="qppr_meta_help_wrap"> <span class="qppr_meta_help_icon dashicons dashicons-editor-help"></span> <span class="qppr_meta_help">Check to turn on or redirect will not work.</span> </span> </label><br />In particular
<input type="checkbox" name="pprredirect_active" value="1" />Corrected code:
<input type="checkbox" id="pprredirect_active" name="pprredirect_active" value="1" />
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bug report (missing ID element’ is closed to new replies.