diff options
Diffstat (limited to 'actions/save.php')
-rw-r--r-- | actions/save.php | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/actions/save.php b/actions/save.php index fa6ff585e..3f7391fbf 100644 --- a/actions/save.php +++ b/actions/save.php @@ -1,16 +1,11 @@ <?php - - /** - * Elgg Candidate Profile Video Plugin - * This plugin allows users to create a library of youtube videos - * - * @package ElggProfile - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Prateek Choudhary <synapticfield@gmail.com> - * @copyright Prateek Choudhary - */ - - - -?> +/** + * Elgg Candidate Profile Video Plugin + * This plugin allows users to create a library of youtube videos + * + * @package ElggProfile + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Prateek Choudhary <synapticfield@gmail.com> + * @copyright Prateek Choudhary + */ |