Skip to content

Commit 6e2cede

Browse files
authored
Update redirect-page.php
1 parent 59a92d6 commit 6e2cede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redirect-page.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
?>
5353
</div>
5454
<?php
55-
//wp_footer();
55+
wp_footer();
5656
if (isset($_GET['url'])) {
5757
if(empty($_GET['time'])){
5858
$delay = 5;
@@ -97,4 +97,4 @@
9797
else {
9898
wp_die( '<h1>404 - Sayfa Bulunamadı</h1>', '404 - Sayfa Bulunamadı', array( 'response' => '404', 'back_link' => true ) );
9999
}
100-
?>
100+
?>

0 commit comments

Comments
 (0)