Make WordPress Core


Ignore:
Timestamp:
11/19/2009 10:49:16 PM (15 years ago)
Author:
ryan
Message:

Add context to strings. Props nbachiyski. fixes #10738

File:
1 edited

Legend:

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

    r12196 r12231  
    171171<div class="wrap">
    172172<?php screen_icon(); ?>
    173 <h2><?php echo esc_html( $title ); ?> <a href="media-new.php" class="button add-new-h2"><?php esc_html_e('Add New'); ?></a> <?php
     173<h2><?php echo esc_html( $title ); ?> <a href="media-new.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'file'); ?></a> <?php
    174174if ( isset($_GET['s']) && $_GET['s'] )
    175175    printf( '<span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', esc_html( get_search_query() ) ); ?>
Note: See TracChangeset for help on using the changeset viewer.