소스 검색

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 ) {