Add context to translated string. Fixes #6134 props RanYanivHartstein.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7ffcd8c7d6
commit
0fa353c714
|
@ -132,7 +132,7 @@ if ($allowed_files) :
|
|||
<li><a href="theme-editor.php?file=<?php echo "$template_file"; ?>&theme=<?php echo urlencode($theme) ?>"><?php echo $filedesc ?></a></li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
<h4 style="margin-bottom: 0px;"><?php _e('Styles'); ?></h4>
|
||||
<h4 style="margin-bottom: 0px;"><?php echo _c('Styles|Theme stylesheets in theme editor'); ?></h4>
|
||||
<ul>
|
||||
<?php foreach($themes[$theme]['Stylesheet Files'] as $style_file) :
|
||||
$description = get_file_description($style_file);
|
||||
|
|
Loading…
Reference in New Issue