Skip to content

Commit 1270342

Browse files
authored
Merge pull request #19758 from wordpress-mobile/task/JetPack-to-Jetpack
Update comments to Jetpack from JetPack.
2 parents c65dcb3 + 7a164de commit 1270342

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

WordPress/Classes/Services/PostService.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
//

WordPress/Classes/Utility/BackgroundTasks/WeeklyRoundupBackgroundTask.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

WordPress/Classes/ViewRelated/Post/PostSettingsViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)