Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7348, comment 3


Ignore:
Timestamp:
11/24/2016 03:36:17 PM (8 years ago)
Author:
rianrietveld
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7348, comment 3

    initial v1  
    1717{{{
    1818<label>
    19   <input type="radio" id="see-field_67_public" name="field_67_visibility" value="public">
     19  <input type="radio" name="field_67_visibility" value="public">
    2020  <span class="field-visibility-text">Everyone</span>
    2121</label>
     
    2525
    2626{{{
    27 <input type="radio" id="see-field_67_public" name="field_67_visibility" value="public" checked="checked">
     27<input type="radio" id="see-field_67_public" name="field_67_visibility" value="public">
    2828<label for="see-field_67_public"><span class="field-visibility-text">Only Me</span></label>
    2929}}}
     
    3131Then you are certain it works on all devices. See [https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/ WordPress code standards].
    3232
    33 
    34 
    35 Here a HTML code example as I think it should be (again, not sure how this is legacy code).
     33Here a HTML code example as I think it should be (again, not sure how much of this is legacy code).
    3634{{{
    3735<div class="editfield field_67 field_text-field optional-field visibility-public field_type_textbox">