Skip to content

Commit

Permalink
Social: Fix Bluesky not showing up on page load (#39597)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk authored Oct 1, 2024
1 parent 885d6b0 commit a27ee30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Social: Fixed Bluesky not showing up on page load
1 change: 1 addition & 0 deletions projects/packages/publicize/src/class-publicize.php
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ public function get_services( $filter = 'all', $_blog_id = false, $_user_id = fa
'instagram-business' => array(),
'nextdoor' => array(),
'threads' => array(),
'bluesky' => array(),
);

if ( 'all' === $filter ) {
Expand Down

0 comments on commit a27ee30

Please sign in to comment.