Automattic / wp-cldr

Use CLDR localization data in WordPress
GNU General Public License v2.0
23 stars 6 forks source link

update method names to remove extraneous `_by_locale` #75

Closed stuwest closed 8 years ago

stuwest commented 8 years ago

Removes an unnecessary _by_locale from a few method names. Leaves in the optional locale parameter for those methods to give users chance to override the current locale setting (as most methods in class do).

Addresses #74.