From eea49919b9483a25a55e6877282a43f6e9eb80ef Mon Sep 17 00:00:00 2001
From: Erick Hitter <ehitter@gmail.com>
Date: Sat, 11 May 2013 13:54:32 -0500
Subject: [PATCH] Functions don't need parenthesis in phpdoc.

---
 wp-print-friendly.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wp-print-friendly.php b/wp-print-friendly.php
index e620313..95218d3 100644
--- a/wp-print-friendly.php
+++ b/wp-print-friendly.php
@@ -167,7 +167,7 @@ class wp_print_friendly {
 	 * If WordPress determined this request is a 404, do nothing and let the main theme handle things.
 	 *
 	 * @global $wp_query
-	 * @uses is_404()
+	 * @uses is_404
 	 * @return bool
 	 */
 	public function is_print() {
-- 
GitLab