瀏覽代碼

fixed phpdoc error with example tag

tokul 21 年之前
父節點
當前提交
ddf391f09f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/printer_friendly_bottom.php

+ 1 - 1
src/printer_friendly_bottom.php

@@ -153,11 +153,11 @@ echo '<body text="#000000" bgcolor="#FFFFFF" link="#000000" vlink="#000000" alin
 /**
  * Function should clean layout of printed messages when user
  * enables "Printer Friendly Clean Display" option.
+ * For example: $string = pf_clean_string($string, 9);
  *
  * @param string unclean_string
  * @param integer num_leading_spaces
  * @return string
- * @example $string = pf_clean_string($string, 9);
  * @access private 
  */
 function pf_clean_string ( $unclean_string, $num_leading_spaces ) {