Make WordPress Core


Ignore:
Timestamp:
02/07/2012 06:06:12 PM (15 years ago)
Author:
nacin
Message:

Allow localized commas to be used as tag separators. see #7897.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r19688 r19853  
    331331                        'password' => __('Password Protected'),
    332332                        'privatelyPublished' => __('Privately Published'),
    333                         'published' => __('Published')
     333                        'published' => __('Published'),
     334                        'comma' => _x( ',', 'tag delimiter' ),
    334335                ) );
    335336
     
    354355                        'error' => __('Error while saving the changes.'),
    355356                        'ntdeltitle' => __('Remove From Bulk Edit'),
    356                         'notitle' => __('(no title)')
     357                        'notitle' => __('(no title)'),
     358                        'comma' => _x( ',', 'tag delimiter' ),
    357359                ) );
    358360
Note: See TracChangeset for help on using the changeset viewer.