changed inline @php directive to full form (#2042)

closes #2012
This commit is contained in:
Charalambos Poulikidis
2018-03-28 01:38:28 +03:00
committed by QWp6t
parent f2c47cf41b
commit be1b8887f4
13 changed files with 21 additions and 21 deletions

View File

@@ -2,5 +2,5 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@php(wp_head())
@php wp_head() @endphp
</head>