Changeset 6618
- Timestamp:
- 02/13/2018 07:51:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/browsehappy.com/public_html/functions.php
r5789 r6618 225 225 function browsehappy_load_textdomain() { 226 226 load_theme_textdomain( 'browsehappy', get_template_directory() . '/languages' ); 227 228 $GLOBALS['wp_locale']->text_direction = _x( 'ltr', 'text direction', 'browsehappy' ); 227 229 } 228 230
Note: See TracChangeset
for help on using the changeset viewer.