diff --git a/includes/class-activity-dispatcher.php b/includes/class-activity-dispatcher.php index 9303edb..a017248 100644 --- a/includes/class-activity-dispatcher.php +++ b/includes/class-activity-dispatcher.php @@ -49,7 +49,7 @@ class Activity_Dispatcher { * Send "announce" activities. * * @param str $activitypub_url (ActivityPub object ID) - * @param absint $user_id + * @param absint $user_id */ public static function send_announce_activity( $activitypub_url, $user_id ) { // get latest version of post diff --git a/includes/table/migrate-list.php b/includes/table/migrate-list.php index 98d35ac..79a737b 100644 --- a/includes/table/migrate-list.php +++ b/includes/table/migrate-list.php @@ -109,7 +109,7 @@ class Migrate_List extends \WP_List_Table { \rawurlencode( $item['migrate'] ), $delete_announce_nonce, __( 'Delete the federated post, and re-share the original post', 'activitypub' ), - __( 'Delete & Re-share original', 'activitypub' ), + __( 'Delete & Re-share original', 'activitypub' ) ), 'delete' => sprintf( '%s', @@ -119,7 +119,7 @@ class Migrate_List extends \WP_List_Table { \rawurlencode( $item['migrate'] ), $delete_nonce, __( 'Delete the federated post', 'activitypub' ), - __( 'Delete', 'activitypub' ), + __( 'Delete', 'activitypub' ) ), ); return sprintf( '%1$s %2$s', $item['title'], $this->row_actions( $actions, true ) );