Skip to content

Commit

Permalink
mywfx_walker_parent_duplicate > wfx_walker_parent_duplicate
Browse files Browse the repository at this point in the history
Rename custom menu walker ‘mywfx_walker_parent_duplicate’ to ‘wfx_walker_parent_duplicate’ for consistency.
  • Loading branch information
Jonnyauk committed Sep 6, 2019
1 parent 245e420 commit 17ba3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wf-includes/wf-menu-walkers.php
Expand Up @@ -20,7 +20,7 @@
* @return [string] Output of wp_nav_menu() param: 'walker' => new mywfx_walker_parent_duplicate
*
*/
class mywfx_walker_parent_duplicate extends Walker_Nav_Menu {
class wfx_walker_parent_duplicate extends Walker_Nav_Menu {

private $this_node; /* Used to store post link setup */

Expand Down

0 comments on commit 17ba3b1

Please sign in to comment.