Skip to content

Commit

Permalink
Merge pull request #138 from thomasclausen/patch-2
Browse files Browse the repository at this point in the history
Missing text domain
  • Loading branch information
jondavidjohn committed May 16, 2013
2 parents bd2ec6b + 99ad5e9 commit 63f378b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/wp-admin/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
$selected_id = $social_api_accounts['twitter'];
?>
<div class="twitter-api-account">
<label>Twitter Default API Account</label>
<label><?php _e('Twitter Default API Account', 'social'); ?></label>
<select id="social_api_accounts-twitter" name="social_api_accounts[twitter]">
<?php foreach ($twitter_accounts as $account): $acct_id = $account->id() ?>
<?php if ($account->personal()) { continue; } ?>
Expand Down

0 comments on commit 63f378b

Please sign in to comment.