Skip to content

Commit f674cb9

Browse files
committed
Update quicklinks
1 parent 4bbad49 commit f674cb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/admin-home/rest/admin-config.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,18 +285,18 @@ public function get_quicklinks( $config, ?int $elementor_page_id = null ): array
285285
$config['quickLinks'] = [
286286
'site_name' => [
287287
'title' => __( 'Site Name', 'hello-elementor' ),
288-
'link' => $this->get_open_homepage_with_tab( $elementor_page_id, 'settings-site-identity', null, [ 'autofocus[section]' => 'title_tagline' ] ),
288+
'link' => $this->get_open_homepage_with_tab( $elementor_page_id, 'settings-site-identity' ),
289289
'icon' => 'TextIcon',
290290

291291
],
292292
'site_logo' => [
293293
'title' => __( 'Site Logo', 'hello-elementor' ),
294-
'link' => $this->get_open_homepage_with_tab( $elementor_page_id, 'settings-site-identity', null, [ 'autofocus[section]' => 'title_tagline' ] ),
294+
'link' => $this->get_open_homepage_with_tab( $elementor_page_id, 'settings-site-identity' ),
295295
'icon' => 'PhotoIcon',
296296
],
297297
'site_favicon' => [
298298
'title' => __( 'Site Favicon', 'hello-elementor' ),
299-
'link' => $this->get_open_homepage_with_tab( $elementor_page_id, 'settings-site-identity', null, [ 'autofocus[section]' => 'title_tagline' ] ),
299+
'link' => $this->get_open_homepage_with_tab( $elementor_page_id, 'settings-site-identity' ),
300300
'icon' => 'AppsIcon',
301301
],
302302
];

0 commit comments

Comments
 (0)