Advertisement
nlozovan

Untitled

Apr 9th, 2014
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. in Functions.js file:
  2.  
  3. EDIT:
  4. defaultText: 'Navigate to...',
  5.  
  6. IN:
  7. defaultText: mobile_menu_title.mobile_menu_title,
  8.  
  9. Then in header.php please add next line below "<?php" around line 252 :
  10. wp_localize_script( 'functions', 'mobile_menu_title', array( 'mobile_menu_title' => __('Navigate to...','cosmotheme') ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement