Make WordPress Core

Changeset 6836


Ignore:
Timestamp:
02/14/2008 12:57:29 AM (17 years ago)
Author:
ryan
Message:

Change strong to avoid gettext ambiguity. Props RanYanivHartstein. fixes #5515

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/export.php

    r6726 r6836  
    2727<td>
    2828<select name="author">
    29 <option value="all" selected="selected"><?php _e('All'); ?></option>
     29<option value="all" selected="selected"><?php _e('All Authors'); ?></option>
    3030<?php
    3131$authors = $wpdb->get_col( "SELECT post_author FROM $wpdb->posts GROUP BY post_author" );
Note: See TracChangeset for help on using the changeset viewer.