Validation for ms-sites.php. props Utkarsh, see #13383.
git-svn-id: https://develop.svn.wordpress.org/trunk@14672 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8df4668ce6
commit
904ccf82e8
@ -133,10 +133,10 @@ switch ( $action ) {
|
||||
<tr>
|
||||
<th scope="row"><?php echo $field_label; ?></th>
|
||||
<td>
|
||||
<input type="radio" name="blog[<?php echo $field_key; ?>]" id="blog_<?php $field_key; ?>_1" value="1"<?php checked( $details->$field_key, 1 ); ?> />
|
||||
<input type="radio" name="blog[<?php echo $field_key; ?>]" id="blog_<?php echo $field_key; ?>_1" value="1"<?php checked( $details->$field_key, 1 ); ?> />
|
||||
<label for="blog_<?php echo $field_key; ?>_1"><?php _e('Yes'); ?></label>
|
||||
<input type="radio" name="blog[<?php echo $field_key; ?>]" id="blog_<?php $field_key; ?>_0" value="0"<?php checked( $details->$field_key, 0 ); ?> />
|
||||
<label for="blog_<?php echo $field_key; ?>"><?php _e('No'); ?></label>
|
||||
<input type="radio" name="blog[<?php echo $field_key; ?>]" id="blog_<?php echo $field_key; ?>_0" value="0"<?php checked( $details->$field_key, 0 ); ?> />
|
||||
<label for="blog_<?php echo $field_key; ?>_0"><?php _e('No'); ?></label>
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
Loading…
Reference in New Issue
Block a user