Changeset 38705 for trunk/src/wp-admin/includes/class-wp-press-this.php
- Timestamp:
- 10/03/2016 07:03:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r38468 r38705 1313 1313 $admin_body_class .= ' version-' . str_replace( '.', '-', preg_replace( '/^([.0-9]+).*/', '$1', $wp_version ) ); 1314 1314 $admin_body_class .= ' admin-color-' . sanitize_html_class( get_user_option( 'admin_color' ), 'fresh' ); 1315 $admin_body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_ locale() ) ) );1315 $admin_body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_user_locale() ) ) ); 1316 1316 1317 1317 /** This filter is documented in wp-admin/admin-header.php */
Note: See TracChangeset
for help on using the changeset viewer.