Make WordPress Core


Ignore:
Timestamp:
12/06/2013 02:36:07 PM (12 years ago)
Author:
nacin
Message:

Map old -width theme tags to new -layout tags for the purposes of translation in the admin.

see #21442.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/themes.php

    r26708 r26725  
    290290
    291291                <# if ( data.tags ) { #>
    292                     <p class="theme-tags">
    293                         <span><?php _e( 'Tags:' ); ?></span>
    294                         {{{ data.tags.replace( /-/g, ' ' ) }}}
    295                     </p>
     292                    <p class="theme-tags"><span><?php _e( 'Tags:' ); ?></span> {{{ data.tags }}}</p>
    296293                <# } #>
    297294            </div>
Note: See TracChangeset for help on using the changeset viewer.