Skip to content

Commit

Permalink
Fix the broken starter site link #813
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Oct 25, 2023
1 parent 90ccb9b commit e88562b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obfx_modules/template-directory/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public function admin_enqueue() {
'cta' => $this->get_state( 'tpc' ),
'activate' => $this->get_tcp_activation_link(),
),
'tpcAdminURL' => ( defined( 'NEVE_COMPATIBILITY_FEATURES' ) && isset( NEVE_COMPATIBILITY_FEATURES['theme_dedicated_menu'] ) ) ? admin_url( 'admin.php?page=tiob-starter-sites' ) : admin_url( 'themes.php?page=tiob-starter-sites' ),
'tpcAdminURL' => admin_url( 'admin.php?page=tiob-starter-sites' ),
'nonce' => wp_create_nonce( 'wp_rest' ),
'strings' => array(
'themeNotInstalled' => __( 'In order to import any starter sites, Neve theme & Templates Cloud plugin need to be installed and activated. Click the button below to install and activate Neve.', 'themeisle-companion' ),
Expand Down

0 comments on commit e88562b

Please sign in to comment.