@@ -55,9 +55,9 @@ function ( $inboxes, $actor_id, $activity ) {
5555 * @param int $actor_id The actor ID.
5656 * @param Activity $activity The ActivityPub Activity.
5757 *
58- * @deprecated Unreleased Use `activitypub_interactees_inboxes` instead.
58+ * @deprecated 5.2.0 Use `activitypub_interactees_inboxes` instead.
5959 */
60- return \apply_filters_deprecated ( 'activitypub_send_to_inboxes ' , array ( $ inboxes , $ actor_id , $ activity ), 'Unreleased ' , 'activitypub_interactees_inboxes ' );
60+ return \apply_filters_deprecated ( 'activitypub_send_to_inboxes ' , array ( $ inboxes , $ actor_id , $ activity ), '5.2.0 ' , 'activitypub_interactees_inboxes ' );
6161 },
6262 10 ,
6363 3
@@ -292,7 +292,7 @@ public static function add_inboxes_of_replied_urls( $inboxes, $actor_id, $activi
292292 /**
293293 * Adds Blog Actor inboxes to Updates so the Blog User's followers are notified of edits.
294294 *
295- * @deprecated Unreleased Use {@see Followers::maybe_add_inboxes_of_blog_user} instead.
295+ * @deprecated 5.2.0 Use {@see Followers::maybe_add_inboxes_of_blog_user} instead.
296296 *
297297 * @param array $inboxes The list of Inboxes.
298298 * @param int $actor_id The WordPress Actor-ID.
@@ -301,7 +301,7 @@ public static function add_inboxes_of_replied_urls( $inboxes, $actor_id, $activi
301301 * @return array The filtered Inboxes.
302302 */
303303 public static function maybe_add_inboxes_of_blog_user ( $ inboxes , $ actor_id , $ activity ) { // phpcs:ignore
304- _deprecated_function ( __METHOD__ , 'Unreleased ' , 'Followers::maybe_add_inboxes_of_blog_user ' );
304+ _deprecated_function ( __METHOD__ , '5.2.0 ' , 'Followers::maybe_add_inboxes_of_blog_user ' );
305305
306306 return $ inboxes ;
307307 }
0 commit comments