Skip to content

Commit

Permalink
update ini and remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmj committed Sep 8, 2014
1 parent 4efde87 commit f0955cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions CSSEditorPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ public function hookConfigForm()
include 'config_form.php';
}

public function hookHtmlPurifierFormSubmission($args)
{

}

public function hookConfig($args)
{
require_once dirname(__FILE__) . '/libraries/CSSTidy/class.csstidy.php';
Expand Down
8 changes: 4 additions & 4 deletions plugin.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name="CSS Editor"
author="Roy Rosenweig Center for History and New Media"
description="Allows CSS to be added via the admin."
license="GPLv3"
link=""
support_link=""
version="0.1"
link="http://omeka.org/codex/Plugins/CSS_Editor"
support_link="http://omeka.org/forums/forum/plugins"
version="1.0"
omeka_minimum_version="2.0"
omeka_target_version="2.0"
tags=""
tags=""

0 comments on commit f0955cb

Please sign in to comment.