CRM_Core_Page_Basic - Cleanup copy-pasta comments
authorcolemanw <coleman@civicrm.org>
Sun, 25 Jun 2023 00:14:19 +0000 (19:14 -0500)
committercolemanw <coleman@civicrm.org>
Sun, 25 Jun 2023 15:31:54 +0000 (11:31 -0400)
12 files changed:
CRM/Admin/Page/JobLog.php
CRM/Admin/Page/Navigation.php
CRM/Admin/Page/Options.php
CRM/Admin/Page/PaymentProcessorType.php
CRM/Admin/Page/PreferencesDate.php
CRM/Campaign/Page/SurveyType.php
CRM/Financial/Page/FinancialAccount.php
CRM/Financial/Page/FinancialBatch.php
CRM/Member/Page/DashBoard.php
CRM/Member/Page/MembershipStatus.php
CRM/PCP/Page/PCP.php
CRM/Report/Page/Options.php

index 2bee42ccf64e67d80f5486d03ee4f0fcefc384ed..0303147efd82d5839d03cf49386760f0a59c2f58 100644 (file)
@@ -18,7 +18,7 @@
 use Civi\Api4\JobLog;
 
 /**
- * Page for displaying list of jobs.
+ * Page for displaying log of jobs.
  */
 class CRM_Admin_Page_JobLog extends CRM_Core_Page_Basic {
 
index 4a51eeb54172bbe92a417ee8ae5e434337d1e1b5..80737ce9eff6cab42c1265898a02e8b5a3e1d263 100644 (file)
  */
 
 /**
- * Page for displaying list of location types.
+ * Page for editing the navigation menu.
  */
 class CRM_Admin_Page_Navigation extends CRM_Core_Page_Basic {
 
-  /**
-   * The action links that we need to display for the browse screen.
-   *
-   * @var array
-   */
-  public static $_links = NULL;
-
   /**
    * Get BAO Name.
    *
index 84008c58eaa847c235267b1101b24625617b130a..93f30fc18fa0b416fc7968dc6067cda2ee988b62 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /**
- * Page for displaying list of Gender.
+ * Page for displaying list of option groups and option values.
  */
 class CRM_Admin_Page_Options extends CRM_Core_Page_Basic {
 
index 5167b45afaaa684617084e2b1bb526f98c4871ad..8dd81c1b8dd542c6907de071da41f7d66315767d 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /**
- * Page for displaying list of payment processors.
+ * Page for displaying list of payment processor types.
  */
 class CRM_Admin_Page_PaymentProcessorType extends CRM_Core_Page_Basic {
 
index b9c5903887157291ec2ad67ad86f70b5cd2d9585..65e65fe1a59b3d699e61c63b6f66059093fd68be 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /**
- * Page for displaying list of location types.
+ * Page for displaying list of date preferences.
  */
 class CRM_Admin_Page_PreferencesDate extends CRM_Core_Page_Basic {
 
index 9b3229ff477d07a01cf866f7bca3a81b56dc5fb8..e85650d6c7b0ccd2ab881f72a1ffb42abe2c1c48 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /**
- * Page for displaying list of Gender.
+ * Page for displaying list of survey types.
  */
 class CRM_Campaign_Page_SurveyType extends CRM_Core_Page_Basic {
 
index b17d1edabd658d7da7eba859e1d8f34bec65b3bd..16e7d6a187c8f6b975433d6582c3e0d478678171 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /**
- * Page for displaying list of financial types
+ * Page for displaying list of financial accounts
  */
 class CRM_Financial_Page_FinancialAccount extends CRM_Core_Page_Basic {
 
index 3a6e08ca559253493e399c73e49fc387d2a067c8..259909911f480add9c523ea3dd089291e8173215 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /**
- * Page for displaying list of financial types
+ * Page for displaying list of financial batches
  */
 class CRM_Financial_Page_FinancialBatch extends CRM_Core_Page_Basic {
 
index 8e80036222ba295d8569684662c0a54a27517256..b95596fc688b6329eba1d466bae2891eaaf6d687 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /**
- * Page for displaying list of Payment-Instrument
+ * Page for displaying members.
  */
 class CRM_Member_Page_DashBoard extends CRM_Core_Page {
 
index 6800dfa905978f69b92673af98bcfac67a392f8b..a2bf689429e487e8032e4e6d6e1fc53ddd41f1a1 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /**
- * Page for displaying list of membership types
+ * Page for displaying list of membership statuses
  */
 class CRM_Member_Page_MembershipStatus extends CRM_Core_Page_Basic {
 
index 3150662b6377a07973a10740d8cc0f10b68808fa..ce7d9bcb3c9e00b19039433affb1ab04cff80cac 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /**
- * Page for displaying list of financial types
+ * Page for displaying list of personal campaign pages
  */
 class CRM_PCP_Page_PCP extends CRM_Core_Page_Basic {
 
index f0d88838ddd298c4f794ab825b8bede872ac6cdb..a82c931d7cf935458c5bf5213bbc60fc11e91f26 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /**
- * Page for displaying list of Gender
+ * Page for displaying list of report options
  */
 class CRM_Report_Page_Options extends CRM_Core_Page_Basic {