@@ -55,9 +55,9 @@ function ( $inboxes, $actor_id, $activity ) {
55
55
* @param int $actor_id The actor ID.
56
56
* @param Activity $activity The ActivityPub Activity.
57
57
*
58
- * @deprecated Unreleased Use `activitypub_interactees_inboxes` instead.
58
+ * @deprecated 5.2.0 Use `activitypub_interactees_inboxes` instead.
59
59
*/
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 ' );
61
61
},
62
62
10 ,
63
63
3
@@ -292,7 +292,7 @@ public static function add_inboxes_of_replied_urls( $inboxes, $actor_id, $activi
292
292
/**
293
293
* Adds Blog Actor inboxes to Updates so the Blog User's followers are notified of edits.
294
294
*
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.
296
296
*
297
297
* @param array $inboxes The list of Inboxes.
298
298
* @param int $actor_id The WordPress Actor-ID.
@@ -301,7 +301,7 @@ public static function add_inboxes_of_replied_urls( $inboxes, $actor_id, $activi
301
301
* @return array The filtered Inboxes.
302
302
*/
303
303
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 ' );
305
305
306
306
return $ inboxes ;
307
307
}
0 commit comments