Browse Source

fixed phpdoc error with example tag

tokul 21 năm trước cách đây
mục cha
commit
ddf391f09f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
  * Function should clean layout of printed messages when user
  * enables "Printer Friendly Clean Display" option.
  * enables "Printer Friendly Clean Display" option.
+ * For example: $string = pf_clean_string($string, 9);
  *
  *
  * @param string unclean_string
  * @param string unclean_string
  * @param integer num_leading_spaces
  * @param integer num_leading_spaces
  * @return string
  * @return string
- * @example $string = pf_clean_string($string, 9);
  * @access private 
  * @access private 
  */
  */
 function pf_clean_string ( $unclean_string, $num_leading_spaces ) {
 function pf_clean_string ( $unclean_string, $num_leading_spaces ) {