Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions blazer-six-gist-oembed.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
<?php
/**
* Blazer Six Gist oEmbed
*
* @package BlazerSix\GistoEmbed
* @author Brady Vercher <brady@blazersix.com>
* @author Gary Jones <gary@garyjones.co.uk>
* @copyright Copyright (c) 2012, Blazer Six, Inc.
* @license GPL-2.0+
*
* @wordpress-plugin
* Plugin Name: Blazer Six Gist oEmbed
* Plugin URI: https://github.com/bradyvercher/wp-blazer-six-gist-oembed
* Description: Gist oEmbed and shortcode support with caching.
* Version: 1.1.0
* Author: Blazer Six, Inc.
* Author URI: http://www.blazersix.com/
* License: GPLv2 or later
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*
* @package BlazerSix\GistoEmbed
* @author Brady Vercher <brady@blazersix.com>
* @author Gary Jones <gary@garyjones.co.uk>
* @copyright Copyright (c) 2012, Blazer Six, Inc.
* @license GPL-2.0+
*/

// Instantiate main plugin class
Expand Down