Changeset 47060 for trunk/src/wp-includes/comment.php
- Timestamp:
- 01/11/2020 06:30:58 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r47017 r47060 1646 1646 * 1647 1647 * @param int|WP_Comment $comment_id Comment ID or WP_Comment object 1648 * @return false|stringStatus might be 'trash', 'approved', 'unapproved', 'spam'. False on failure.1648 * @return string|false Status might be 'trash', 'approved', 'unapproved', 'spam'. False on failure. 1649 1649 */ 1650 1650 function wp_get_comment_status( $comment_id ) { … … 2570 2570 * @param string $url URL to ping. 2571 2571 * @param int $deprecated Not Used. 2572 * @return false|string False on failure, string containing URI on success.2572 * @return string|false String containing URI on success, false on failure. 2573 2573 */ 2574 2574 function discover_pingback_server_uri( $url, $deprecated = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.