Changeset 42710 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 02/13/2018 04:53:44 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/l10n.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r42399 r42710 1288 1288 1289 1289 /** 1290 * Checks if current locale is RTL. 1290 * Determines whether the current locale is right-to-left (RTL). 1291 * 1292 * For more information on this and similar theme functions, check out 1293 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 1294 * Conditional Tags} article in the Theme Developer Handbook. 1291 1295 * 1292 1296 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.