From cac6b0cd6f36e45a199a3c11c2716578f9f29b77 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Tue, 31 Jan 2017 08:04:34 +1100 Subject: [PATCH] Content: replace all instances of "backend" by "back end" Also fixing instances of "back-end" at the same time. --- _inc/jetpack-strings.php | 4 ++-- modules/post-by-email.php | 2 +- modules/widgets/blog-stats.php | 2 +- modules/widgets/image-widget.php | 2 +- modules/widgets/my-community.php | 2 +- modules/widgets/twitter-timeline.php | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_inc/jetpack-strings.php b/_inc/jetpack-strings.php index ac792ce6115ac..832b70771644c 100644 --- a/_inc/jetpack-strings.php +++ b/_inc/jetpack-strings.php @@ -131,7 +131,7 @@ __( "Site Verification Tools", "jetpack" ), // _inc/client/at-a-glance/site-verification.jsx:21 __( "Need help? A Happiness Engineer can answer questions about your site, your account or how to do about anything.", "jetpack" ), // _inc/client/plans/plan-body.jsx:120 __( "Enjoy priority support", "jetpack" ), // _inc/client/plans/plan-body.jsx:119 -__( "Bulletproof spam filtering protects your brand, your readers, and improves SEO. Brute force login protection helps maintain peace of mind and keeps your backend safe from intruders.", "jetpack" ), // _inc/client/plans/plan-body.jsx:115 +__( "Bulletproof spam filtering protects your brand, your readers, and improves SEO. Brute force login protection helps maintain peace of mind and keeps your back end safe from intruders.", "jetpack" ), // _inc/client/plans/plan-body.jsx:115 __( "Lock out the bad guys", "jetpack" ), // _inc/client/plans/plan-body.jsx:114 __( "Realtime backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense and brute-force login protection - all in one place and optimized for WordPress.", "jetpack" ), // _inc/client/plans/plan-body.jsx:111 __( "Maximum grade security", "jetpack" ), // _inc/client/plans/plan-body.jsx:110 @@ -428,4 +428,4 @@ __( "Need help? The Jetpack team is here for you.", "jetpack" ), // _inc/client/components/support-card/index.jsx:39 __( "Jetpack Happiness Engineer", "jetpack" ), // _inc/client/components/support-card/index.jsx:33 ); -/* THIS IS THE END OF THE GENERATED FILE */ \ No newline at end of file +/* THIS IS THE END OF THE GENERATED FILE */ diff --git a/modules/post-by-email.php b/modules/post-by-email.php index 7eafdff32e9ea..2b76122d126b6 100644 --- a/modules/post-by-email.php +++ b/modules/post-by-email.php @@ -173,7 +173,7 @@ function delete_post_by_email_address() { } /** - * Backend function to abstract the xmlrpc function calls to wpcom. + * Back end function to abstract the xmlrpc function calls to wpcom. * * @param $endpoint * @param $error_message diff --git a/modules/widgets/blog-stats.php b/modules/widgets/blog-stats.php index 0d0683ab54f7f..8d3f47886b99a 100644 --- a/modules/widgets/blog-stats.php +++ b/modules/widgets/blog-stats.php @@ -77,7 +77,7 @@ public function get_stats() { } /** - * Back-end widget form. + * Back end widget form. * * @see WP_Widget::form() * diff --git a/modules/widgets/image-widget.php b/modules/widgets/image-widget.php index 57def670c116c..134e1c98cbb87 100644 --- a/modules/widgets/image-widget.php +++ b/modules/widgets/image-widget.php @@ -178,7 +178,7 @@ public function update( $new_instance, $old_instance ) { } /** - * Back-end widget form. + * Back end widget form. * * @see WP_Widget::form() * diff --git a/modules/widgets/my-community.php b/modules/widgets/my-community.php index 897ed9f340909..00db06609d8c6 100644 --- a/modules/widgets/my-community.php +++ b/modules/widgets/my-community.php @@ -57,7 +57,7 @@ function enqueue_style() { } /** - * Back-end widget form. + * Back end widget form. * * @see WP_Widget::form() * diff --git a/modules/widgets/twitter-timeline.php b/modules/widgets/twitter-timeline.php index 88648fcb271ff..9b4283b0f0b0b 100644 --- a/modules/widgets/twitter-timeline.php +++ b/modules/widgets/twitter-timeline.php @@ -267,7 +267,7 @@ public function get_docs_link( $hash = '' ) { } /** - * Back-end widget form. + * Back end widget form. * * @see WP_Widget::form() *