Changeset 5212 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
- Timestamp:
- 03/30/2017 07:47:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r5203 r5212 184 184 * Do not translate into your own language. 185 185 */ 186 if ( strpos( _x( 'words', 'Word count type. Do not translate!' ), 'characters' ) === 0 ) {186 if ( strpos( _x( 'words', 'Word count type. Do not translate!', 'wporg-plugins' ), 'characters' ) === 0 ) { 187 187 // Use the default limit of 55 characters for East Asian locales. 188 188 $excerpt = wp_trim_words( $excerpt );
Note: See TracChangeset
for help on using the changeset viewer.