equal
deleted
inserted
replaced
|
1 <div class="misc-pub-section"> |
|
2 <h4 class="mar-top-none"><?php _e('Broadcast Post', 'social'); ?></h4> |
|
3 <p> |
|
4 <input type="radio" name="social_notify" id="social_notify_yes" value="1"<?php checked(true, (bool) ($notify and $post->post_status != 'private'), true); disabled('private', $post->post_status, true); ?> /> |
|
5 <label for="social_notify_yes" class="social-toggle-label"><?php _e('Yes', 'social'); ?></label> |
|
6 |
|
7 <input type="radio" name="social_notify" id="social_notify_no" value="0"<?php checked(true, (bool) (!$notify or $post->post_status == 'private'), true); disabled('private', $post->post_status, true); ?> /> |
|
8 <label for="social_notify_no" class="social-toggle-label"><?php _e('No', 'social'); ?></label> |
|
9 </p> |
|
10 </div> |