diff options
Diffstat (limited to 'mod/thewire/views')
| -rw-r--r-- | mod/thewire/views/default/object/thewire.php | 4 | ||||
| -rw-r--r-- | mod/thewire/views/default/thewire/css.php | 4 | ||||
| -rw-r--r-- | mod/thewire/views/default/thewire/forms/add.php | 4 | ||||
| -rw-r--r-- | mod/thewire/views/default/thewire/notfound.php | 4 | ||||
| -rw-r--r-- | mod/thewire/views/default/thewire/view.php | 4 | ||||
| -rw-r--r-- | mod/thewire/views/rss/object/thewire.php | 2 | ||||
| -rw-r--r-- | mod/thewire/views/rss/search/object/thewire/entity.php | 1 | 
7 files changed, 0 insertions, 23 deletions
diff --git a/mod/thewire/views/default/object/thewire.php b/mod/thewire/views/default/object/thewire.php index 387021112..5168190c3 100644 --- a/mod/thewire/views/default/object/thewire.php +++ b/mod/thewire/views/default/object/thewire.php @@ -4,10 +4,6 @@  	 * Elgg Wire Posts Listings  	 *   	 * @package thewire -	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 -	 * @author Curverider <info@elgg.com> -	 * @copyright Curverider Ltd 2008-2010 -	 * @link http://elgg.com/  	 *  	 * @question - do we want users to be able to edit thewire?  	 *  diff --git a/mod/thewire/views/default/thewire/css.php b/mod/thewire/views/default/thewire/css.php index 30959e5d3..3b50be652 100644 --- a/mod/thewire/views/default/thewire/css.php +++ b/mod/thewire/views/default/thewire/css.php @@ -4,10 +4,6 @@  	 * Elgg thewire CSS extender  	 *   	 * @package ElggTheWire -	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 -	 * @author Curverider <info@elgg.com> -	 * @copyright Curverider Ltd 2008-2010 -	 * @link http://elgg.com/  	 */  ?> diff --git a/mod/thewire/views/default/thewire/forms/add.php b/mod/thewire/views/default/thewire/forms/add.php index 60d7914ea..90fdabceb 100644 --- a/mod/thewire/views/default/thewire/forms/add.php +++ b/mod/thewire/views/default/thewire/forms/add.php @@ -4,10 +4,6 @@  	 * Elgg thewire edit/add page  	 *   	 * @package ElggTheWire -	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 -	 * @author Curverider <info@elgg.com> -	 * @copyright Curverider Ltd 2008-2010 -	 * @link http://elgg.com/  	 *   	 */ diff --git a/mod/thewire/views/default/thewire/notfound.php b/mod/thewire/views/default/thewire/notfound.php index bc53815fb..a3d08fe18 100644 --- a/mod/thewire/views/default/thewire/notfound.php +++ b/mod/thewire/views/default/thewire/notfound.php @@ -4,10 +4,6 @@  	 * Elgg shout not found page  	 *   	 * @package ElggShouts -	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 -	 * @author Curverider <info@elgg.com> -	 * @copyright Curverider Ltd 2008-2010 -	 * @link http://elgg.com/  	 */  ?> diff --git a/mod/thewire/views/default/thewire/view.php b/mod/thewire/views/default/thewire/view.php index e63f88fc6..725643cd1 100644 --- a/mod/thewire/views/default/thewire/view.php +++ b/mod/thewire/views/default/thewire/view.php @@ -4,10 +4,6 @@  	 * Elgg thewire view page  	 *   	 * @package ElggTheWire -	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 -	 * @author Curverider <info@elgg.com> -	 * @copyright Curverider Ltd 2008-2010 -	 * @link http://elgg.com/  	 *   	 * @uses $vars['entity'] An array of wire notes to view  	 *  diff --git a/mod/thewire/views/rss/object/thewire.php b/mod/thewire/views/rss/object/thewire.php index ce63c5549..23a11a9d3 100644 --- a/mod/thewire/views/rss/object/thewire.php +++ b/mod/thewire/views/rss/object/thewire.php @@ -4,8 +4,6 @@   *   * @package Elgg   * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/   */  $owner = $vars['entity']->getOwnerEntity(); diff --git a/mod/thewire/views/rss/search/object/thewire/entity.php b/mod/thewire/views/rss/search/object/thewire/entity.php index ff0b5b480..3d4a17b78 100644 --- a/mod/thewire/views/rss/search/object/thewire/entity.php +++ b/mod/thewire/views/rss/search/object/thewire/entity.php @@ -4,7 +4,6 @@   * Search entity view for RSS feeds.   *   * @package ElggTheWire - * @link http://elgg.org/   */  if (!array_key_exists('entity', $vars)) {  | 
