Changeset 1612001
- Timestamp:
- 03/10/2017 02:35:29 PM (9 years ago)
- File:
-
- 1 edited
-
count-share-by-jm-crea/trunk/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
count-share-by-jm-crea/trunk/index.php
r1601238 r1612001 4 4 * Plugin URI: http://www.jm-crea.com 5 5 * Description: Intégrez des boutons de partage vers les réseaux sociaux sur vos pages et sur vos posts. Compteurs inclus. 6 * Version: 1. 06 * Version: 1.1 7 7 * Author: JM Créa 8 8 * Author URI: http://www.jm-crea.com 9 9 */ 10 10 11 11 12 12 13 /* INSTALLATION DU PLUGIN */ 13 14 include( plugin_dir_path( __FILE__ ) . 'includes/install.php'); 14 15 register_activation_hook(__FILE__, 'creer_table_cs_jm_crea'); 15 16 register_activation_hook(__FILE__, 'insert_table_cs_jm_crea'); 17 include( plugin_dir_path( __FILE__ ) . 'includes/meta-box-cs.php'); 16 18 17 19 … … 127 129 include( plugin_dir_path( __FILE__ ) . 'includes/fonctions.php'); 128 130 129 130 131 132 131 add_action( 'wp_enqueue_scripts', 'cs_fa_by_jm_crea' ); 133 132 function cs_fa_by_jm_crea() { … … 136 135 137 136 138 139 137 function head_meta_cs_jm_crea() { 140 echo("<meta name='Count Share By JM Créa' content='1. 0' />\n");138 echo("<meta name='Count Share By JM Créa' content='1.1' />\n"); 141 139 } 142 140 add_action('wp_head', 'head_meta_cs_jm_crea');
Note: See TracChangeset
for help on using the changeset viewer.