monpelaud
Member
Posted 8 months ago #
Hi,
I have an issue with dkret3 version 4.6
In admin bar the menu "Design/Kopfzeile" appears twice with the German or French translation.
If I switch to other theme than Dkret3 no problem it works fine.
A problem with Dkret3 or not I don't really know !
Have you the same problem ?
Many Thanks
monpelaud
Member
Posted 8 months ago #
Same issue with "Background" item.
I think that in file "wp-content/themes/dkret3/library/functions/core.php":
lignes 262:
'$wp_admin_bar->add_menu( array( 'parent' => 'appearance', 'title' => __( 'Header' ), 'href' => admin_url('themes.php')."?page=custom-header" ) );
'
and
ligne 263:
'$wp_admin_bar->add_menu( array( 'parent' => 'appearance', 'title' => __( 'Background' ), 'href' => admin_url('themes.php')."?page=custom-background" ) );'
are not necessary.
kretzschmar
Member
Posted 8 months ago #
You can safely delete those two lines. There will be more changes to the admin bar with the next WordPress release. I will look into this.