Try some Markdown in doc comments why not
This commit is contained in:
parent
a296420e84
commit
7bfdcc31f5
@ -403,17 +403,21 @@ function get_theme_color_url($echo = true) {
|
|||||||
*
|
*
|
||||||
* Format:
|
* Format:
|
||||||
* Current page:
|
* Current page:
|
||||||
|
* ```
|
||||||
* <li class="$classPrefix$slug $liclass $currentclass">
|
* <li class="$classPrefix$slug $liclass $currentclass">
|
||||||
* <a class="$linkclass $currentlinkclass" href="url">
|
* <a class="$linkclass $currentlinkclass" href="url">
|
||||||
* Link Text
|
* Link Text
|
||||||
* </a>
|
* </a>
|
||||||
* </li>
|
* </li>
|
||||||
|
* ```
|
||||||
* Other pages:
|
* Other pages:
|
||||||
|
* ```
|
||||||
* <li class="$classPrefix$slug $liclass">
|
* <li class="$classPrefix$slug $liclass">
|
||||||
* <a class="$linkclass" href="url">
|
* <a class="$linkclass" href="url">
|
||||||
* Link Text
|
* Link Text
|
||||||
* </a>
|
* </a>
|
||||||
* </li>
|
* </li>
|
||||||
|
* ```
|
||||||
* @param string $currentpage The page slug to use for context, or null for current.
|
* @param string $currentpage The page slug to use for context, or null for current.
|
||||||
* @param string $classPrefix
|
* @param string $classPrefix
|
||||||
* @param string $liclass
|
* @param string $liclass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user