Created
March 31, 2015 20:40
-
-
Save nathansh/5509459ac696e0c4bfd3 to your computer and use it in GitHub Desktop.
Simple docblock that doesn't return anything
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Prints classes for a custom menu. Prints added class and any passed in class | |
* | |
* @param string $item Slug for menu item | |
* @param string $classes Extra classes to print | |
* @uses mbt_show_listing_menu_is_current() | |
* | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment