From e6fd8e99cfa791518862275f1077c22e0b26c131 Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Thu, 7 Aug 2014 10:36:07 +0700 Subject: [PATCH] Setup is a noun. Set up is a verb. "Setup the WordPress core custom header feature." is incorrect. "Set up the WordPress core custom header feature." is correct. --- inc/custom-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/custom-header.php b/inc/custom-header.php index 82c0b9ef..37aa8e2f 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -16,7 +16,7 @@ */ /** - * Setup the WordPress core custom header feature. + * Set up the WordPress core custom header feature. * * @uses _s_header_style() * @uses _s_admin_header_style()