Skip to content

Commit

Permalink
build: adds relevant comments and fix phpcs error
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Oct 9, 2019
1 parent deb953f commit 3a21bc0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 500.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* The template for 500 page in PWA.
*
* @package Neve
* @since 2.4.3
*/
pwa_get_header( 'pwa' );

do_action( 'neve_do_server_error' );
Expand Down
6 changes: 6 additions & 0 deletions offline.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* The template for offline page in PWA.
*
* @package Neve
* @since 2.4.3
*/

pwa_get_header( 'pwa' );

Expand Down

0 comments on commit 3a21bc0

Please sign in to comment.