Changeset 1703121
- Timestamp:
- 07/26/2017 01:09:55 PM (9 years ago)
- Location:
- count-share-by-jm-crea
- Files:
-
- 5 edited
- 1 copied
-
tags/1.2/.DS_Store (modified) (previous)
-
tags/1.3 (copied) (copied from count-share-by-jm-crea/trunk)
-
tags/1.3/index.php (modified) (2 diffs)
-
tags/1.3/readme.txt (modified) (1 diff)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
count-share-by-jm-crea/tags/1.3/index.php
r1702917 r1703121 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. 26 * Version: 1.3 7 7 * Author: JM Créa 8 8 * Author URI: http://www.jm-crea.com … … 137 137 138 138 function head_meta_cs_jm_crea() { 139 echo("<meta name='Count Share By JM Créa' content='1. 2' />\n");139 echo("<meta name='Count Share By JM Créa' content='1.3' />\n"); 140 140 } 141 141 add_action('wp_head', 'head_meta_cs_jm_crea'); -
count-share-by-jm-crea/tags/1.3/readme.txt
r1702965 r1703121 57 57 58 58 59 = 1.3 = 60 * Correction de bugs 61 62 63 59 64 = 1.2 = 60 65 * Ajout du dashboard des derniers posts -
count-share-by-jm-crea/trunk/index.php
r1702917 r1703121 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. 26 * Version: 1.3 7 7 * Author: JM Créa 8 8 * Author URI: http://www.jm-crea.com … … 137 137 138 138 function head_meta_cs_jm_crea() { 139 echo("<meta name='Count Share By JM Créa' content='1. 2' />\n");139 echo("<meta name='Count Share By JM Créa' content='1.3' />\n"); 140 140 } 141 141 add_action('wp_head', 'head_meta_cs_jm_crea'); -
count-share-by-jm-crea/trunk/readme.txt
r1702965 r1703121 57 57 58 58 59 = 1.3 = 60 * Correction de bugs 61 62 63 59 64 = 1.2 = 60 65 * Ajout du dashboard des derniers posts
Note: See TracChangeset
for help on using the changeset viewer.