web/wp-content/plugins/social/views/wp-admin/profile.php
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 04 Dec 2012 18:43:10 -0800
changeset 196 5e8dcbe22c24
permissions -rw-r--r--
ajout plugins pour résoudre les messages d'erreurs

<h3 id="social-accounts"><?php _e('Social Accounts', 'social'); ?></h3>
<table class="form-table">
	<tr id="social-accounts">
		<th>
			<?php _e('Accounts', 'social'); ?>
			<p class="description" style="padding-top: 40px;"><?php _e('Only I can broadcast to these accounts.', 'social'); ?></p>
		</th>
		<td>
<?php
echo Social_View::factory(
	'wp-admin/parts/accounts',
	compact('services', 'accounts', 'defaults')
);
?>
		</td>
	</tr>
</table>
<input type="hidden" name="social_profile" value="true" />