Changeset 26388 for trunk/src/wp-includes/comment.php
- Timestamp:
- 11/26/2013 04:09:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r26367 r26388 1379 1379 * @since 1.5.0 1380 1380 * @param array $commentdata Contains information on the comment. 1381 * @uses apply_filters()1382 * @uses wp_get_comment_status()1383 * @uses wp_filter_comment()1384 * @uses wp_allow_comment()1385 * @uses wp_insert_comment()1386 * @uses do_action()1387 * @uses wp_notify_moderator()1388 * @uses get_option()1389 * @uses wp_notify_postauthor()1390 1381 * @return int The ID of the comment after adding. 1391 1382 */
Note: See TracChangeset
for help on using the changeset viewer.