Skip to content
Snippets Groups Projects
Commit eea49919 authored by Erick Hitter's avatar Erick Hitter
Browse files

Functions don't need parenthesis in phpdoc.

parent 104b410b
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ class wp_print_friendly { ...@@ -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. * If WordPress determined this request is a 404, do nothing and let the main theme handle things.
* *
* @global $wp_query * @global $wp_query
* @uses is_404() * @uses is_404
* @return bool * @return bool
*/ */
public function is_print() { public function is_print() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment