You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/Admin.php
+34-31Lines changed: 34 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -816,57 +816,57 @@ private function get_localization() {
816
816
}
817
817
818
818
returnarray(
819
-
'version' => TIOB_VERSION,
820
-
'nonce' => wp_create_nonce( 'wp_rest' ),
821
-
'assets' => TIOB_URL . 'assets/',
822
-
'upgradeURL' => $upgrade_url,
823
-
'upgradeURLTpc' => $upgrade_url_tpc,
824
-
'siteUrl' => trailingslashit( get_site_url() ),
825
-
'strings' => array(
819
+
'version'=> TIOB_VERSION,
820
+
'nonce'=> wp_create_nonce( 'wp_rest' ),
821
+
'assets'=> TIOB_URL . 'assets/',
822
+
'upgradeURL'=> $upgrade_url,
823
+
'upgradeURLTpc'=> $upgrade_url_tpc,
824
+
'siteUrl'=> trailingslashit( get_site_url() ),
825
+
'strings'=> array(
826
826
/* translators: %s - Theme name */
827
827
'starterSitesTabDescription' => __( 'Choose from multiple unique demos, specially designed for you, that can be installed with a single click. You just need to choose your favorite, and we will take care of everything else.', 'templates-patterns-collection' ),
0 commit comments