Skip to content

Commit 7c1bb41

Browse files
authored
Update redirect-page.php
1 parent 6e2cede commit 7c1bb41

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
@@ -90,11 +90,11 @@
9090
<?php
9191
}
9292
else{
93-
wp_die( '<h1>404 - Sayfa Bulunamadı</h1>', '404 - Sayfa Bulunamadı', array( 'response' => '404', 'back_link' => true ) );
93+
wp_die( '<h1>' . __( '404 - Not Found', 'redirect-artvelog') . '</h1>', '404', array( 'response' => '404', 'back_link' => true ) );
9494
}
9595

9696
}
9797
else {
98-
wp_die( '<h1>404 - Sayfa Bulunamadı</h1>', '404 - Sayfa Bulunamadı', array( 'response' => '404', 'back_link' => true ) );
98+
wp_die( '<h1>' . __( '404 - Not Found', 'redirect-artvelog') . '</h1>', '404', array( 'response' => '404', 'back_link' => true ) );
9999
}
100100
?>

0 commit comments

Comments
 (0)