Make WordPress Core


Ignore:
Timestamp:
05/27/2012 04:25:43 PM (13 years ago)
Author:
ryan
Message:

Shears of vigorous pinking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r20859 r20944  
    21442144    $original_text = $text;
    21452145    $text = wp_strip_all_tags( $text );
    2146     /* translators: If your word count is based on single characters (East Asian characters), 
    2147        enter 'characters'. Otherwise, enter 'words'. Do not translate into your own language. */ 
     2146    /* translators: If your word count is based on single characters (East Asian characters),
     2147       enter 'characters'. Otherwise, enter 'words'. Do not translate into your own language. */
    21482148    if ( 'characters' == _x( 'words', 'word count: words or characters?' ) && preg_match( '/^utf\-?8$/i', get_option( 'blog_charset' ) ) ) {
    21492149        $text = trim( preg_replace( "/[\n\r\t ]+/", ' ', $text ), ' ' );
Note: See TracChangeset for help on using the changeset viewer.