Plugin Directory

Changeset 1382168


Ignore:
Timestamp:
03/30/2016 05:58:06 PM (10 years ago)
Author:
ishan001
Message:

Fixing a bug with class check

Location:
epic-selection-sharer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • epic-selection-sharer/trunk/epic-sharer.php

    r1379777 r1382168  
    33Plugin Name: Epic Sharer
    44Plugin Script: epic-sharer.php
    5 Plugin URI: http://epictions.com
     5Plugin URI: https://medium.com/p/want-highlight-sharing-like-medium-on-your-wordpress-blog-use-epic-sharer-62b82388094
    66Description: Simple medium like sharing for Twitter and other social networks, based on Selection Sharer https://github.com/xdamman/selection-sharer
    7 Version: 1.2
     7Version: 1.3
    88Author: Ishan
    99Author URI: http://ishan.co
     
    1515
    1616    function __construct() {
    17         add_action( 'tgmpa_register', 'epic_sharer_register_required_plugins' );
    1817        add_action( 'tf_create_options', array( $this, 'add_admin_options' ) );
    1918        add_action( 'wp_enqueue_scripts', array( $this, 'register_plugin_styles' ) );
     
    108107}
    109108
    110 if( class_exists( TitanFramework ) ) {
     109if( class_exists( 'TitanFramework' ) ) {
    111110    new EpicSharer();
    112111}
  • epic-selection-sharer/trunk/readme.txt

    r1379777 r1382168  
    55Requires at least: 4
    66Tested up to: 4.4.2
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.