Make WordPress Core

Changeset 26638


Ignore:
Timestamp:
12/04/2013 09:40:20 PM (11 years ago)
Author:
nacin
Message:

Allow HTML in the theme name for the themes.php template.

props matveb.
fixes #26411.

File:
1 edited

Legend:

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

    r26531 r26638  
    222222    <# } #>
    223223    <div class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.author }}}' ); ?></div>
    224     <h3 class="theme-name">{{ data.name }}</h3>
     224    <h3 class="theme-name">{{{ data.name }}}</h3>
    225225
    226226    <div class="theme-actions">
Note: See TracChangeset for help on using the changeset viewer.