Skip to content

Commit

Permalink
Inconsistent filter name for apperance navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
luku committed Feb 27, 2017
1 parent 3fb0d5f commit c95618b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/themes/default/common/appearance-nav.php
Expand Up @@ -16,6 +16,6 @@
'uri' => url('appearance/edit-settings')
),
);
echo nav($navArray, 'admin_navigation_settings');
echo nav($navArray, 'admin_navigation_appearance');
?>
</nav>

0 comments on commit c95618b

Please sign in to comment.