From f45f4f5fcb4afb3ceb6e60fb4926db0a444ac174 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Wed, 3 Oct 2012 15:03:20 -0400 Subject: [PATCH] Comment should be consistent --- lib/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.php b/lib/config.php index e5c1870..48ba980 100644 --- a/lib/config.php +++ b/lib/config.php @@ -21,7 +21,7 @@ function roots_display_sidebar() { * Conditional tag checks (http://codex.wordpress.org/Conditional_Tags) * Any of these conditional tags that return true won't show the sidebar * - * To use a function that requires parameters, use the following format: + * To use a function that accepts arguments, use the following format: * * array('function_name', array('arg1', 'arg2')) *