Skip to content

Commit 6344764

Browse files
authored
Update admin.php
1 parent 7c1bb41 commit 6344764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/admin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function artvelog_redirectpage_options_page() {
2828

2929
Field::make( 'text', 'redirect_rewrite', __( 'Rewrite Page Slug' , 'redirect-artvelog') )
3030
->set_help_text( 'Determine the extension of the redirect page. <b>By default, "redirect" is used.</b> <b style="color: red;">After changing it, you must save the changes from the Permalinks section.</b>', 'redirect-artvelog' )
31-
->set_default_value( "yonlendirme" )
31+
->set_default_value( "redirect" )
3232
->set_required(true),
3333

3434
Field::make( 'text', 'delay_time', __( 'Delay Time', 'redirect-artvelog' ) )
@@ -73,4 +73,4 @@ function crb_get_pages_array() {
7373
$pages_array[ $page->ID ] = $page->post_title;
7474
}
7575
return $pages_array;
76-
}
76+
}

0 commit comments

Comments
 (0)