summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/sync/class.jetpack-sync-functions.php')
-rw-r--r--plugins/jetpack/sync/class.jetpack-sync-functions.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/jetpack/sync/class.jetpack-sync-functions.php b/plugins/jetpack/sync/class.jetpack-sync-functions.php
index 0ba278aa..0036aa1c 100644
--- a/plugins/jetpack/sync/class.jetpack-sync-functions.php
+++ b/plugins/jetpack/sync/class.jetpack-sync-functions.php
@@ -210,7 +210,7 @@ class Jetpack_Sync_Functions {
/**
* Allows overriding of the home_url value that is synced back to WordPress.com.
*
- * @since 5.2
+ * @since 5.2.0
*
* @param string $home_url
*/
@@ -223,7 +223,7 @@ class Jetpack_Sync_Functions {
/**
* Allows overriding of the site_url value that is synced back to WordPress.com.
*
- * @since 5.2
+ * @since 5.2.0
*
* @param string $site_url
*/
@@ -382,6 +382,6 @@ class Jetpack_Sync_Functions {
);
/* translators: %s is UTC offset, e.g. "+1" */
- return sprintf( __( 'UTC%s' ), $formatted_gmt_offset );
+ return sprintf( __( 'UTC%s', 'jetpack' ), $formatted_gmt_offset );
}
}