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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17940 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-05-17 04:25:15 +00:00
parent 5869d175f6
commit 19c80ff93c
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>