Browse Source

Removed documentation for unused parameter $icon_theme_path. Its actually a global inside the function.

stevetruckstuff 19 năm trước cách đây
mục cha
commit
f5136f0282
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      functions/addressbook.php

+ 0 - 1
functions/addressbook.php

@@ -383,7 +383,6 @@ function get_abook_sort() {
  * @param string $alt_tag alt tag value (string visible to text only browsers)
  * @param integer $Down sort value when list is sorted ascending
  * @param integer $Up sort value when list is sorted descending
- * @param string $icon_theme_path Path to user's current icon theme
  * @return string html code with sorting images and urls
  */
 function show_abook_sort_button($abook_sort_order, $alt_tag, $Down, $Up ) {