Changeset 43827 for branches/5.0/src/wp-includes/l10n.php
- Timestamp:
- 10/26/2018 01:23:29 AM (7 years ago)
- File:
-
- 1 edited
-
branches/5.0/src/wp-includes/l10n.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/l10n.php
r43825 r43827 1386 1386 1387 1387 /** 1388 * Checks if current locale is RTL. 1388 * Determines whether the current locale is right-to-left (RTL). 1389 * 1390 * For more information on this and similar theme functions, check out 1391 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 1392 * Conditional Tags} article in the Theme Developer Handbook. 1389 1393 * 1390 1394 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.