Changeset 38705 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 10/03/2016 07:03:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r38672 r38705 1623 1623 do_action( 'admin_head' ); 1624 1624 1625 $admin_body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_ locale() ) ) );1625 $admin_body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_user_locale() ) ) ); 1626 1626 1627 1627 if ( is_rtl() )
Note: See TracChangeset
for help on using the changeset viewer.