Changeset 14360 for trunk/wp-includes/locale.php
- Timestamp:
- 05/03/2010 05:49:19 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/locale.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/locale.php
r14190 r14360 327 327 $this->register_globals(); 328 328 } 329 /** 330 * Checks if current locale is RTL. 331 * 332 * @since 3.0.0 333 * @return bool Whether locale is RTL. 334 */ 335 function is_rtl() { 336 return 'rtl' == $this->text_direction; 337 } 329 338 } 330 339 340 /** 341 * Checks if current locale is RTL. 342 * 343 * @since 3.0.0 344 * @return bool Whether locale is RTL. 345 */ 346 function is_rtl() { 347 global $wp_locale; 348 return $wp_locale->is_rtl(); 349 } 350 331 351 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)