We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6414e9a commit 3382371Copy full SHA for 3382371
includes/class-mastodon-api.php
@@ -1034,7 +1034,7 @@ private function normalize_whitespace( $post_content ) {
1034
return trim( $post_content );
1035
}
1036
1037
- private function get_status_array( \WP_Post $post, $data = array() ) {
+ private function get_status_array( $post, $data = array() ) {
1038
$meta = get_post_meta( $post->ID, 'activitypub', true );
1039
$feed_url = get_post_meta( $post->ID, 'feed_url', true );
1040
0 commit comments