mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Fixed code-style in some files
This commit is contained in:
parent
79cacad216
commit
e398657b20
5 changed files with 11 additions and 11 deletions
|
@ -185,7 +185,7 @@ function generate_smilies($mode)
|
|||
/**
|
||||
* Strips away [quote] tags and their contents from the specified string
|
||||
*
|
||||
* @param string Text to be stripped of quote tags
|
||||
* @param string Text to be stripped of quote tags
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
|
@ -270,9 +270,9 @@ function strip_quotes($text)
|
|||
/**
|
||||
* Strips away bbcode from a given string, leaving plain text
|
||||
*
|
||||
* @param string Text to be stripped of bbcode tags
|
||||
* @param boolean If true, strip away quote tags AND their contents
|
||||
* @param boolean If true, use the fast-and-dirty method rather than the shiny and nice method
|
||||
* @param string Text to be stripped of bbcode tags
|
||||
* @param boolean If true, strip away quote tags AND their contents
|
||||
* @param boolean If true, use the fast-and-dirty method rather than the shiny and nice method
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue