mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
_( should be _e(. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000057
git-svn-id: http://svn.automattic.com/wordpress/trunk@1433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
14a8ab9fc0
commit
2ebdde5ff0
@ -77,7 +77,7 @@ include('options-head.php');
|
||||
<?php _e('full text') ?></label> <br>
|
||||
<label>
|
||||
<input name="rss_use_excerpt" type="radio" value="1" <?php checked(1, get_settings('rss_use_excerpt')); ?> />
|
||||
<?php _('summary') ?></label> </td>
|
||||
<?php _e('summary') ?></label> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user