diff -r c7c0fbc09788 -r 5e8dcbe22c24 web/wp-content/plugins/social/views/wp-admin/post/broadcast/options.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/social/views/wp-admin/post/broadcast/options.php Tue Dec 04 18:43:10 2012 -0800 @@ -0,0 +1,99 @@ + +> + + + <?php _e('Social Broadcasts', 'social'); ?> +admin_enqueue_assets(); +?> + + + +

+
+ + + +
+ $accounts) { + $service = $services[$key]; + if (count($accounts)) { +?> +
+
+

title(), 'social'); ?>

+
+
    +key()); + if ($i == 0) { + $classes[] = 'proto'; + } + if (!empty($account['error'])) { + $classes[] = 'error'; + } +?> + + +
+
+ +
+

+ + + +

+
+ + + + \ No newline at end of file