Skip to content

Commit

Permalink
It should be 'blog' not 'site'
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk committed Jan 15, 2025
1 parent 4d13e1b commit c27ef5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/packages/publicize/src/class-connections.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Connections {
public static function get_all( $args = array() ) {

if ( Publicize_Utils::is_wpcom() ) {
$connections = self::wpcom_get_connections( array( 'context' => 'site' ) );
$connections = self::wpcom_get_connections( array( 'context' => 'blog' ) );
} else {

$ignore_cache = $args['ignore_cache'] ?? false;
Expand Down

0 comments on commit c27ef5c

Please sign in to comment.