Skip to content
Snippets Groups Projects
Commit 63a20fe5 authored by Erick Hitter's avatar Erick Hitter
Browse files

License

parent 5555292d
Branches
Tags
No related merge requests found
...@@ -5,6 +5,8 @@ Tags: print, template, printer, printable ...@@ -5,6 +5,8 @@ Tags: print, template, printer, printable
Requires at least: 3.1 Requires at least: 3.1
Tested up to: 3.4 Tested up to: 3.4
Stable tag: 0.5.2 Stable tag: 0.5.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Extends WordPress' template system to support printer-friendly templates. Works with permalink structures to support nice URLs. Extends WordPress' template system to support printer-friendly templates. Works with permalink structures to support nice URLs.
......
...@@ -6,6 +6,20 @@ Description: Extends WordPress' template system to support printer-friendly temp ...@@ -6,6 +6,20 @@ Description: Extends WordPress' template system to support printer-friendly temp
Author: Erick Hitter (Oomph, Inc.) Author: Erick Hitter (Oomph, Inc.)
Version: 0.5.2 Version: 0.5.2
Author URI: http://www.thinkoomph.com/ Author URI: http://www.thinkoomph.com/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
class wp_print_friendly { class wp_print_friendly {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment