Changeset 38098
- Timestamp:
- 07/19/2016 01:48:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r38092 r38098 52 52 53 53 /** 54 * Filters the maximum number of links allowed in a comment.54 * Filters the number of links found in a comment. 55 55 * 56 56 * @since 3.0.0 57 57 * 58 * @param int $num_links The number of links allowed.58 * @param int $num_links The number of links found. 59 59 * @param string $url Comment author's URL. Included in allowed links total. 60 60 */
Note: See TracChangeset
for help on using the changeset viewer.