From df7cbeeb4ea8b2539247e4806de12aaa31af670d Mon Sep 17 00:00:00 2001 From: Christian Wach Date: Tue, 11 Nov 2014 11:58:16 +0000 Subject: [PATCH] update docblock for setTitle() --- CRM/Utils/System/WordPress.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CRM/Utils/System/WordPress.php b/CRM/Utils/System/WordPress.php index 7c59cdcef4..47a7bd6f9c 100644 --- a/CRM/Utils/System/WordPress.php +++ b/CRM/Utils/System/WordPress.php @@ -52,13 +52,11 @@ class CRM_Utils_System_WordPress extends CRM_Utils_System_Base { } /** - * sets the title of the page + * Sets the title of the page * * @param string $title * @param null $pageTitle * - * @paqram string $pageTitle - * * @return void * @access public */ -- 2.25.1