File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -832,7 +832,7 @@ - (RemotePost *)remotePostWithPost:(AbstractPost *)post
832832 remotePost.categories = [self remoteCategoriesForPost: postPost];
833833 remotePost.metadata = [self remoteMetadataForPost: postPost];
834834
835- // Because we can't get what's the self-hosted non JetPack site capabilities
835+ // Because we can't get what's the self-hosted non Jetpack site capabilities
836836 // only Admin users are allowed to set a post as sticky.
837837 // This doesn't affect WPcom sites.
838838 //
Original file line number Diff line number Diff line change @@ -357,8 +357,8 @@ class WeeklyRoundupBackgroundTask: BackgroundTask {
357357
358358 func run( onError: @escaping ( Error ) -> Void , completion: @escaping ( Bool ) -> Void ) {
359359
360- // This will no longer run for WordPress as part of JetPack migration.
361- // This can be removed once JetPack migration is complete.
360+ // This will no longer run for WordPress as part of Jetpack migration.
361+ // This can be removed once Jetpack migration is complete.
362362 guard JetpackNotificationMigrationService . shared. shouldPresentNotifications ( ) else {
363363 notificationScheduler. cancellAll ( )
364364 notificationScheduler. cancelStaticNotification ( )
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ - (void)configureSections
365365 stickyPostSection,
366366 @(PostSettingsSectionShare),
367367 @(PostSettingsSectionMoreOptions) ] mutableCopy ];
368- // Remove sticky post section for self-hosted non JetPack site
368+ // Remove sticky post section for self-hosted non Jetpack site
369369 // and non admin user
370370 //
371371 if (![self .apost.blog supports: BlogFeatureWPComRESTAPI] && !self.apost .blog .isAdmin ) {
You can’t perform that action at this time.
0 commit comments