Changeset 42678 for trunk/src/wp-includes/comment.php
- Timestamp:
- 02/09/2018 04:54:58 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r42662 r42678 2595 2595 * 2596 2596 * @since 1.5.0 2597 * @since 4.7.0 $post_idcan be a WP_Post object.2597 * @since 4.7.0 `$post_id` can be a WP_Post object. 2598 2598 * 2599 2599 * @global wpdb $wpdb WordPress database abstraction object. … … 2674 2674 * 2675 2675 * @since 0.71 2676 * @since 4.7.0 $post_idcan be a WP_Post object.2676 * @since 4.7.0 `$post_id` can be a WP_Post object. 2677 2677 * 2678 2678 * @param string $content Post content to check for links. If empty will retrieve from post.
Note: See TracChangeset
for help on using the changeset viewer.