FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
wpemerge-theme/error.php at master · htmlburger/wpemerge-theme · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
htmlburger
/
wpemerge-theme
Public
Notifications
You must be signed in to change notification settings
Fork
31
Star
287
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
wpemerge-theme
/
error.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (20 loc) · 553 Bytes
Breadcrumbs
wpemerge-theme
/
error.php
Copy path
File metadata and controls
21 lines (20 loc) · 553 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
* Layout: views/layouts/app.php
*
* Generic error fallback view.
* Used if no view is found for the current error status code.
*
* @package MyApp
*/
?>
<p>
<?php
printf
(
/* translators: generic error page content; placeholders represents homepage opening and closing anchor tags */
esc_html__
(
'
Please check the URL for proper spelling and capitalization. If you
\'
re having trouble locating a destination, try visiting the %1$shome page%2$s.
'
,
'
my_app
'
),
'
<a href="
'
.
esc_url
(
home_url
(
'
/
'
) ) .
'
">
'
,
'
</a>
'
);
?>
</p>
Back
|
FazBrowse Home
|
New Git URL