Changeset 44134 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 12/14/2018 01:31:27 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43776
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/general-template.php
r44121 r44134 719 719 $output = __( 'html_lang_attribute' ); 720 720 if ( 'html_lang_attribute' === $output || preg_match( '/[^a-zA-Z0-9-]/', $output ) ) { 721 $output = is_admin() ? get_user_locale() : get_locale();721 $output = determine_locale(); 722 722 $output = str_replace( '_', '-', $output ); 723 723 }
Note: See TracChangeset
for help on using the changeset viewer.