Make WordPress Core

Changeset 1433


Ignore:
Timestamp:
06/18/2004 12:12:37 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

    r1429 r1433  
    7878                    <label>
    7979                    <input name="rss_use_excerpt" type="radio" value="1" <?php checked(1, get_settings('rss_use_excerpt')); ?> />
    80                     <?php _('summary') ?></label> </td>
     80                    <?php _e('summary') ?></label> </td>
    8181            </tr>
    8282        </table>
Note: See TracChangeset for help on using the changeset viewer.