Merge pull request #2089 from Log1x/patch-1
Change language_attributes() to get_language_attributes()
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html @php language_attributes() @endphp>
|
<html {{ get_language_attributes() }}>
|
||||||
@include('partials.head')
|
@include('partials.head')
|
||||||
<body @php body_class() @endphp>
|
<body @php body_class() @endphp>
|
||||||
@php do_action('get_header') @endphp
|
@php do_action('get_header') @endphp
|
||||||
|
|||||||
Reference in New Issue
Block a user