PluginProbe
ActivityPub / 8.0.2
ActivityPub v8.0.2
9.3.1 9.3.0 9.2.2 9.2.1 9.2.0 9.1.0 9.0.2 9.0.1 9.0.0 8.3.0 8.2.1 8.2.0 8.1.1 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.2.0 1.3.0 2.0.0 2.0.1 2.1.0 2.1.1 All 160 releases
← All changes | includes/functions-comment.php +0 -11 8.3.08.0.2 View file →
@@ -32,19 +32,8 @@
32 32 return false;
33 33 }
34 34
35 35 /**
36 - * Get the ActivityPub ID of a Comment by the WordPress Comment ID.
37 - *
38 - * @param int|\WP_Comment $id The WordPress Comment ID or object.
39 - *
40 - * @return string The ActivityPub ID (a URL) of the Comment.
41 - */
42 -function get_comment_id( $id ) {
43 - return Comment::generate_id( $id );
44 -}
45 -
46 -/**
47 36 * Get the comment from an ActivityPub Object ID.
48 37 *
49 38 * @param string $id ActivityPub object ID (usually a URL) to check.
50 39 *