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/plugins.php

    r11930 r12231  
    271271<div class="wrap">
    272272<?php screen_icon(); ?>
    273 <h2><?php echo esc_html( $title ); ?> <a href="plugin-install.php" class="button add-new-h2"><?php esc_html_e('Add New'); ?></a></h2>
     273<h2><?php echo esc_html( $title ); ?> <a href="plugin-install.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'plugin'); ?></a></h2>
    274274
    275275<?php
Note: See TracChangeset for help on using the changeset viewer.