Maximum i18n flexibility for word count, props nacin, see #17136

git-svn-id: https://develop.svn.wordpress.org/trunk@17940 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-05-17 04:25:15 +00:00
parent 350adc7abe
commit 8b325c5f71
2 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@ wp_nonce_field( 'samplepermalink', 'samplepermalinknonce', false );
<?php the_editor($post->post_content); ?>
<table id="post-status-info" cellspacing="0"><tbody><tr>
<td id="wp-word-count"><?php _e('Word count:'); ?> <span class="word-count">0</span></td>
<td id="wp-word-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></td>
<td class="autosave-info">
<span id="autosave">&nbsp;</span>
<?php

View File

@ -1810,7 +1810,7 @@ function wp_fullscreen_html() {
</div>
<div id="wp-fullscreen-status">
<div id="wp-fullscreen-count"><?php _e('Word Count:'); ?> <span class="word-count">0</span></div>
<div id="wp-fullscreen-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></div>
</div>
</div>