Created
April 3, 2016 13:29
-
-
Save carlodaniele/006e689154045567af58629e7e8ec85e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<tr class="wpmu-user-guitar"> | |
<th scope="row"><span><?php echo __( 'Play the guitar' ); ?></span></th> | |
<td> | |
<legend class="screen-reader-text"> | |
<span><?php echo __( 'Play the Guitar' ); ?></span> | |
</legend> | |
<div class="wpmu-guitar-checkbox"> | |
<label for="wpmu_guitar"> | |
<input type="checkbox" name="wpmu[guitar]" id="wpmu_guitar" value="Yes" <?php checked( esc_attr( get_user_meta( $user->ID, 'wpmu_guitar', true ) ), 'Yes' ); ?> /> | |
<?php echo __( 'You Play the Guitar on the M.T.V.' ); ?> | |
</label> | |
</div> | |
</td> | |
</tr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment