Make WordPress Core


Ignore:
Timestamp:
05/14/2010 09:46:25 PM (14 years ago)
Author:
nacin
Message:

Introduce _ex(), a hybrid between _e() and _x() -- translate with context, then echo. props westi, see #13395.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-editor.php

    r14625 r14647  
    173173<?php endwhile; ?>
    174174    </ul>
    175     <h3><?php /* translators: Theme stylesheets in theme editor */ echo _x('Styles', 'Theme stylesheets in theme editor'); ?></h3>
     175    <h3><?php /* translators: Theme stylesheets in theme editor */ _ex('Styles', 'Theme stylesheets in theme editor'); ?></h3>
    176176    <ul>
    177177<?php
Note: See TracChangeset for help on using the changeset viewer.