Changeset 18247 for trunk/wp-admin/includes/template.php
- Timestamp:
- 06/10/2011 10:13:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r17994 r18247 426 426 <thead> 427 427 <tr> 428 <th class="left">' . _ _( 'Name' ) . '</th>428 <th class="left">' . _x( 'Name', 'meta name' ) . '</th> 429 429 <th>' . __( 'Value' ) . '</th> 430 430 </tr> … … 441 441 <thead> 442 442 <tr> 443 <th class="left"><?php _e ( 'Name' ) ?></th>443 <th class="left"><?php _ex( 'Name', 'meta name' ) ?></th> 444 444 <th><?php _e( 'Value' ) ?></th> 445 445 </tr> … … 536 536 <thead> 537 537 <tr> 538 <th class="left"><label for="metakeyselect"><?php _e ( 'Name' ) ?></label></th>538 <th class="left"><label for="metakeyselect"><?php _ex( 'Name', 'meta name' ) ?></label></th> 539 539 <th><label for="metavalue"><?php _e( 'Value' ) ?></label></th> 540 540 </tr>
Note: See TracChangeset
for help on using the changeset viewer.