Merge pull request #15622 from eileenmcnaughton/deprecate_bad
[civicrm-core.git] / api / v3 / WordReplacement.php
index 93d779e878e7fedae0cb9c7cf15a40ab1f2b5269..b5bc93a19b4f0f01e603b6a9d7e46e236b34aa90 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.7                                                |
+ | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2017                                |
+ | Copyright CiviCRM LLC (c) 2004-2019                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -46,7 +46,6 @@ function civicrm_api3_word_replacement_get($params) {
   return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params);
 }
 
-
 /**
  * Create a new Word Replacement.
  *