Created
March 31, 2015 20:41
-
-
Save nathansh/5f569c55dd13a0866da4 to your computer and use it in GitHub Desktop.
Another docblock
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
/** | |
* Generates markup for the show highlight tile, used on the homepage and | |
* show single pages. | |
* | |
* @uses mbt_show_single_date | |
* @uses mbt_get_acf_image | |
* @uses mbt_get_show_badges | |
* @uses mbt_get_show_venue_link | |
* @uses mbt_get_show_dates | |
* @uses mbt_get_show_presenter | |
* @uses mbt_get_show_presenter | |
* | |
* @return string|bool HTML markup or false | |
* | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment