diff options
| author | lsces <lester@lsces.co.uk> | 2015-08-25 10:43:38 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2015-08-25 10:43:38 +0100 |
| commit | a25685d1ae7d3f1afb336470c62c3207b80c5f19 (patch) | |
| tree | f5a3f01f1ba5f226253fd3b24fd5434aa471337a /edit.php | |
| parent | 02967df6990efd44d85b5564e682a4e2c17b04c9 (diff) | |
| download | blogs-a25685d1ae7d3f1afb336470c62c3207b80c5f19.tar.gz blogs-a25685d1ae7d3f1afb336470c62c3207b80c5f19.tar.bz2 blogs-a25685d1ae7d3f1afb336470c62c3207b80c5f19.zip | |
Tidy docblock documentation - still needs a fuller set of comments adding
Diffstat (limited to 'edit.php')
| -rw-r--r-- | edit.php | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -3,15 +3,11 @@ * @version $Header$ * @package blogs * @subpackage functions + * @copyright (c) 2004-2006, bitweaver.org + * Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. + * All Rights Reserved. See below for details and a complete list of authors. + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details. */ -// - -// @package blogs - -// Copyright (c) 2004-2006, bitweaver.org -// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. -// All Rights Reserved. See below for details and a complete list of authors. -// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details. /** * required setup |
