Changeset 17940 for trunk/wp-admin/includes/post.php
- Timestamp:
- 05/17/2011 04:25:15 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r17880 r17940 1811 1811 1812 1812 <div id="wp-fullscreen-status"> 1813 <div id="wp-fullscreen-count"><?php _e('Word Count:'); ?> <span class="word-count">0</span></div>1813 <div id="wp-fullscreen-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></div> 1814 1814 </div> 1815 1815
Note: See TracChangeset
for help on using the changeset viewer.