X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FAdmin%2FForm%2FExtensions.php;h=45ef29169469f64ba7855f9d91633b7c0cefb740;hb=c490a46ac4bf490d3fbb31e35d24c6b43e764f00;hp=6f6fabef3e070aa00305499998da1a421d16a609;hpb=5b281dc6dd58665468e45858725bc252247d7d22;p=civicrm-core.git diff --git a/CRM/Admin/Form/Extensions.php b/CRM/Admin/Form/Extensions.php index 6f6fabef3e..45ef291694 100644 --- a/CRM/Admin/Form/Extensions.php +++ b/CRM/Admin/Form/Extensions.php @@ -40,7 +40,7 @@ class CRM_Admin_Form_Extensions extends CRM_Admin_Form { /** - * Function to for pre-processing + * for pre-processing * * @return void * @access public @@ -85,7 +85,7 @@ class CRM_Admin_Form_Extensions extends CRM_Admin_Form { } /** - * This function sets the default values for the form. + * Set default values for the form. * the default values are retrieved from the database * * @access public @@ -98,7 +98,7 @@ class CRM_Admin_Form_Extensions extends CRM_Admin_Form { } /** - * Function to build the form + * Build the form object * * @return void * @access public @@ -169,7 +169,7 @@ class CRM_Admin_Form_Extensions extends CRM_Admin_Form { } /** - * Function to process the form + * Process the form submission * * @access public *