Skip to content

Commit b58e08d

Browse files
ockhamjeherve
authored andcommitted
Gutenberg/Publicize: Don't enqueue social logos anymore (#11096)
Don't enqueue social logos anymore, since they're now taken care of on the client side (per Automattic/wp-calypso#29317) #### Changes proposed in this Pull Request: Remove `wp_enqueue_style( 'social-logos' );` from `class.jetpack-gutenberg.php`. #### Testing instructions: - Start writing a new post - Click 'Publish' - Make sure you have a couple of Publicize connections - Verify that the social logos next to each connections are still there ![image](https://user-images.githubusercontent.com/96308/50794495-917c1500-12cb-11e9-85be-e61fa217e168.png) #### Proposed changelog entry for your changes: Don't enqueue social logos for Publicize anymore.
1 parent 8d924a3 commit b58e08d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

class.jetpack-gutenberg.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -521,9 +521,5 @@ public static function enqueue_block_editor_assets() {
521521
Jetpack::setup_wp_i18n_locale_data();
522522

523523
wp_enqueue_style( 'jetpack-blocks-editor', $editor_style, array(), $version );
524-
525-
// The social-logos styles are used for Publicize service icons
526-
// TODO: Remove when we ship the icons with the Gutenberg blocks build
527-
wp_enqueue_style( 'social-logos' );
528524
}
529525
}

0 commit comments

Comments
 (0)