PHPDoc fixes and additions. fixes #24616.

git-svn-id: https://develop.svn.wordpress.org/trunk@24490 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2013-06-21 12:45:11 +00:00
parent 53e6fb4376
commit fbc2a6ca6d
9 changed files with 53 additions and 56 deletions
+1 -1
View File
@@ -3116,7 +3116,7 @@ function wp_sprintf_l($pattern, $args) {
*
* @since 2.5.0
*
* @param integer $str String to get the excerpt from.
* @param string $str String to get the excerpt from.
* @param integer $count Maximum number of characters to take.
* @param string $more Optional. What to append if $str needs to be trimmed. Defaults to empty string.
* @return string The excerpt.