Make WordPress Core


Ignore:
Timestamp:
09/04/2007 08:56:08 PM (18 years ago)
Author:
westi
Message:

Improve desriptions for I18N strings. Fixes #4906 props nbachiyski

File:
1 edited

Legend:

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

    r6016 r6033  
    4141<img src="<?php echo get_option('siteurl') . '/' . $ct->stylesheet_dir . '/' . $ct->screenshot; ?>" alt="<?php _e('Current theme preview'); ?>" />
    4242<?php endif; ?>
    43 <h3><?php printf(__('%1$s %2$s by %3$s'), $ct->title, $ct->version, $ct->author) ; ?></h3>
     43<h3><?php printf(_c('%1$s %2$s by %3$s|1: theme title, 2: theme version, 3: theme author'), $ct->title, $ct->version, $ct->author) ; ?></h3>
    4444<p><?php echo $ct->description; ?></p>
    4545<?php if ($ct->parent_theme) { ?>
Note: See TracChangeset for help on using the changeset viewer.