Changeset 6836

Show
Ignore:
Timestamp:
02/14/08 00:57:29 (9 months ago)
Author:
ryan
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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" );