Changeset 38438
- Timestamp:
- 08/30/2016 05:56:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r38364 r38438 1145 1145 function is_rtl() { 1146 1146 global $wp_locale; 1147 if ( ! ( $wp_locale instanceof WP_Locale ) ) { 1148 return false; 1149 } 1147 1150 return $wp_locale->is_rtl(); 1148 1151 }
Note: See TracChangeset
for help on using the changeset viewer.