Changeset 19593 for trunk/wp-includes/comment.php
- Timestamp:
- 12/13/2011 11:45:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r18907 r19593 686 686 687 687 if ( defined('DOING_AJAX') ) 688 die( __('You are posting comments too quickly. 689 690 wp_die( __('You are posting comments too quickly. 688 die( __('You are posting comments too quickly. Slow down.') ); 689 690 wp_die( __('You are posting comments too quickly. Slow down.'), '', array('response' => 403) ); 691 691 } 692 692 } … … 724 724 * @uses Walker_Comment 725 725 * 726 * @param array $comments Optional array of comment objects. 726 * @param array $comments Optional array of comment objects. Defaults to $wp_query->comments 727 727 * @param int $per_page Optional comments per page. 728 728 * @param boolean $threaded Optional control over flat or threaded comments. … … 1948 1948 1949 1949 /** 1950 * Close comments on old posts on the fly, without any extra DB queries. 1950 * Close comments on old posts on the fly, without any extra DB queries. Hooked to the_posts. 1951 1951 * 1952 1952 * @access private … … 1978 1978 1979 1979 /** 1980 * Close comments on an old post. 1980 * Close comments on an old post. Hooked to comments_open and pings_open. 1981 1981 * 1982 1982 * @access private
Note: See TracChangeset
for help on using the changeset viewer.