Changeset 1382168
- Timestamp:
- 03/30/2016 05:58:06 PM (10 years ago)
- Location:
- epic-selection-sharer/trunk
- Files:
-
- 2 edited
-
epic-sharer.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
epic-selection-sharer/trunk/epic-sharer.php
r1379777 r1382168 3 3 Plugin Name: Epic Sharer 4 4 Plugin Script: epic-sharer.php 5 Plugin URI: http ://epictions.com5 Plugin URI: https://medium.com/p/want-highlight-sharing-like-medium-on-your-wordpress-blog-use-epic-sharer-62b82388094 6 6 Description: Simple medium like sharing for Twitter and other social networks, based on Selection Sharer https://github.com/xdamman/selection-sharer 7 Version: 1. 27 Version: 1.3 8 8 Author: Ishan 9 9 Author URI: http://ishan.co … … 15 15 16 16 function __construct() { 17 add_action( 'tgmpa_register', 'epic_sharer_register_required_plugins' );18 17 add_action( 'tf_create_options', array( $this, 'add_admin_options' ) ); 19 18 add_action( 'wp_enqueue_scripts', array( $this, 'register_plugin_styles' ) ); … … 108 107 } 109 108 110 if( class_exists( TitanFramework) ) {109 if( class_exists( 'TitanFramework' ) ) { 111 110 new EpicSharer(); 112 111 } -
epic-selection-sharer/trunk/readme.txt
r1379777 r1382168 5 5 Requires at least: 4 6 6 Tested up to: 4.4.2 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.