diff options
Diffstat (limited to 'views/installation/messages')
-rw-r--r-- | views/installation/messages/errors/error.php | 2 | ||||
-rw-r--r-- | views/installation/messages/errors/list.php | 2 | ||||
-rw-r--r-- | views/installation/messages/list.php | 2 | ||||
-rw-r--r-- | views/installation/messages/messages/list.php | 2 | ||||
-rw-r--r-- | views/installation/messages/messages/message.php | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/views/installation/messages/errors/error.php b/views/installation/messages/errors/error.php index 2ec365890..296fb1a6e 100644 --- a/views/installation/messages/errors/error.php +++ b/views/installation/messages/errors/error.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['object'] An error message (string) */ diff --git a/views/installation/messages/errors/list.php b/views/installation/messages/errors/list.php index 506f73fec..2f69213e9 100644 --- a/views/installation/messages/errors/list.php +++ b/views/installation/messages/errors/list.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['object'] An array of error messages */ diff --git a/views/installation/messages/list.php b/views/installation/messages/list.php index 2410103da..2944ce5a6 100644 --- a/views/installation/messages/list.php +++ b/views/installation/messages/list.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['object'] The array of message registers */ diff --git a/views/installation/messages/messages/list.php b/views/installation/messages/messages/list.php index 274990d52..bd996bef7 100644 --- a/views/installation/messages/messages/list.php +++ b/views/installation/messages/messages/list.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['object'] An array of system messages */ diff --git a/views/installation/messages/messages/message.php b/views/installation/messages/messages/message.php index 6bc24d730..94c9303cd 100644 --- a/views/installation/messages/messages/message.php +++ b/views/installation/messages/messages/message.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['object'] A system message (string) */ |