Make WordPress Core

Changeset 1434


Ignore:
Timestamp:
06/18/2004 12:13:16 AM (22 years ago)
Author:
rboren
Message:

_( should be _e(. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000057

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-reading.php

    r1433 r1434  
    6969                <th width="33%" scope="row"><?php _e('Show the most recent:') ?></th>
    7070                <td><input name="posts_per_rss" type="text" id="posts_per_rss" value="<?php echo get_settings('posts_per_rss'); ?>" size="3" />
    71                     <?php _('posts') ?></td>
     71                    <?php _e('posts') ?></td>
    7272            </tr>
    7373            <tr valign="top">
Note: See TracChangeset for help on using the changeset viewer.