From 7bfdcc31f54783acf4e8cc280ba4ff0d40fdb216 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 16 May 2018 23:51:33 -0600 Subject: [PATCH] Try some Markdown in doc comments why not --- lib/themefunctions.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/themefunctions.php b/lib/themefunctions.php index e8a3cd3..a5f6505 100644 --- a/lib/themefunctions.php +++ b/lib/themefunctions.php @@ -403,17 +403,21 @@ function get_theme_color_url($echo = true) { * * Format: * Current page: + * ``` *
  • * * Link Text * *
  • + * ``` * Other pages: + * ``` *
  • * * Link Text * *
  • + * ``` * @param string $currentpage The page slug to use for context, or null for current. * @param string $classPrefix * @param string $liclass