Skip to content

Commit a9eee6a

Browse files
committed
fixed: pages was not being created from setup wizard
1 parent 6d5368e commit a9eee6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

admin/installer.php

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ function handle_request() {
5656
$this->init_pages();
5757
}
5858

59+
if ( isset( $_POST['install_wpuf_pages'] ) && $_POST['install_wpuf_pages'] == '1' ) {
60+
$this->init_pages();
61+
}
62+
5963
if ( isset( $_GET['wpuf_hide_page_nag'] ) && $_GET['wpuf_hide_page_nag'] == '1' ) {
6064
update_option( '_wpuf_page_created', '1' );
6165
}

0 commit comments

Comments
 (0)