equal
deleted
inserted
replaced
|
1 <h3 id="social-accounts"><?php _e('Social Accounts', 'social'); ?></h3> |
|
2 <table class="form-table"> |
|
3 <tr id="social-accounts"> |
|
4 <th> |
|
5 <?php _e('Accounts', 'social'); ?> |
|
6 <p class="description" style="padding-top: 40px;"><?php _e('Only I can broadcast to these accounts.', 'social'); ?></p> |
|
7 </th> |
|
8 <td> |
|
9 <?php |
|
10 echo Social_View::factory( |
|
11 'wp-admin/parts/accounts', |
|
12 compact('services', 'accounts', 'defaults') |
|
13 ); |
|
14 ?> |
|
15 </td> |
|
16 </tr> |
|
17 </table> |
|
18 <input type="hidden" name="social_profile" value="true" /> |