Changeset 1638684
- Timestamp:
- 04/16/2017 08:07:50 PM (9 years ago)
- Location:
- ss-font-awesome-icon/trunk
- Files:
-
- 2 edited
- README.txt (modified) (1 diff)
- fa-icons.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ss-font-awesome-icon/trunk/README.txt
r1638660 r1638684 4 4 Plugin URI: http://sobshomoy.com/plugins/ss-font-awesome-icon 5 5 Description: This plugin will use hover effects of your post inside links. 6 Author: S aiful Islam6 Author: Shiful Islam 7 7 Version: 2.1 8 Author URI: http:// sobshomoy.com/8 Author URI: http://bn.hs-bd.com 9 9 */ 10 10 Tags: Total font awesome icons, font awesome icon short codes, font awesome icon inside post, post inside icons 11 11 Requires at least: 3.0.1 12 12 Tested up to: 4.7.3 13 Stable tag: 2.1 13 Stable tag: 2.1.1 14 14 License: GPLv2 or later 15 15 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
ss-font-awesome-icon/trunk/fa-icons.php
r1638660 r1638684 2 2 /** 3 3 * @package Fontawesome Icons 4 * @version 2. 04 * @version 2.1.1 5 5 */ 6 6 /* … … 8 8 Plugin URI: http://sobshomoy.com/plugins/ss-font-awesome-icon 9 9 Description: All fontawesome icons you can create in your post inside or widgets. Easily integretion. Just go http://fontawesome.io/icons/ choose your icon and wirte only the "iwifi" if you found "fa-wifi" 10 Author: S aiful Islam11 Version: 2. 010 Author: Shiful Islam 11 Version: 2.1.1 12 12 Author URI: http://bn.hs-bd.com/ 13 13 */ … … 15 15 /* Plugin Root dir */ 16 16 define('SS_FA_ICONS_PATH', WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/' ); 17 wp_enqueue_style('ss-fa-icons', SS_FA_ICONS_PATH.'css/style.css');17 //wp_enqueue_style('ss-fa-icons', SS_FA_ICONS_PATH.'css/style.css'); 18 18 19 19 //include fontawesome cdn
Note: See TracChangeset for help on using the changeset viewer.