summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/sync/class.jetpack-sync-wp-replicastore.php')
-rw-r--r--plugins/jetpack/sync/class.jetpack-sync-wp-replicastore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jetpack/sync/class.jetpack-sync-wp-replicastore.php b/plugins/jetpack/sync/class.jetpack-sync-wp-replicastore.php
index 472e327d..bf5fe982 100644
--- a/plugins/jetpack/sync/class.jetpack-sync-wp-replicastore.php
+++ b/plugins/jetpack/sync/class.jetpack-sync-wp-replicastore.php
@@ -614,7 +614,7 @@ class Jetpack_Sync_WP_Replicastore implements iJetpack_Sync_Replicastore {
}
public function get_user_locale( $user_id ) {
- return jetpack_get_user_locale( $user_id );
+ return get_user_locale( $user_id );
}
public function get_allowed_mime_types( $user_id ) {