Changeset 32500
- Timestamp:
- 05/13/2015 02:53:03 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r32499 r32500 2258 2258 * 2259 2259 * @since 1.5.0 2260 * @param array $commentdata Contains information on the comment. 2261 * @return int|bool The ID of the comment on success, false on failure. 2260 * 2261 * @see wp_insert_comment() 2262 * 2263 * @param array $commentdata Contains information on the comment. See wp_insert_comment() 2264 * for information on accepted arguments. 2265 * @return int|false The ID of the comment on success, false on failure. 2262 2266 */ 2263 2267 function wp_new_comment( $commentdata ) {
Note: See TracChangeset
for help on using the changeset viewer.