Changeset 2213491
- Timestamp:
- 12/17/2019 09:40:17 AM (6 years ago)
- Location:
- wpsimpletools-html-code/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
wpsimpletools-html-code.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpsimpletools-html-code/trunk/readme.txt
r2210162 r2213491 1 === WpSimpleToolsHTML Code Snippet ===1 === HTML Code Snippet === 2 2 Contributors: WpSimpleTools 3 3 Tags: html code, html, pure html, analytics, css, javascript, script, page footer … … 6 6 Requires PHP: 5.0.0 7 7 Tested up to: 5.3 8 Stable tag: 1.0. 78 Stable tag: 1.0.8 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 19 19 == Upgrade Notice == 20 20 21 = 1.0. 7=22 1.0. 7 Translation ready21 = 1.0.8 = 22 1.0.8 Rebranding 23 23 24 24 == Frequently Asked Questions == … … 42 42 = 1.0.7 = 43 43 1.0.7 Translation ready 44 = 1.0.8 = 45 1.0.8 Rebranding 44 46 45 47 == Screenshots == -
wpsimpletools-html-code/trunk/wpsimpletools-html-code.php
r2210162 r2213491 6 6 * Author: WpSimpleTools 7 7 * Author URI: https://profiles.wordpress.org/wpsimpletools/#content-plugins 8 * Version: 1.0. 78 * Version: 1.0.8 9 9 * Plugin Slug: wpsimpletools-html-code 10 10 * Text Domain: wpsimpletools-html-code … … 36 36 function wpst_hc_insert_code() { 37 37 38 echo PHP_EOL . '<!-- WpSimpleTools HTML Code Snippet -->' . PHP_EOL; 39 echo PHP_EOL . '<!-- https://wordpress.org/plugins/wpsimpletools-html-code/ -->' . PHP_EOL . PHP_EOL; 40 38 echo PHP_EOL . PHP_EOL . '<!-- WpSimpleTools HTML Code Snippet -->' . PHP_EOL; 41 39 if (get_theme_mod('html_code')) 42 40 echo get_theme_mod('html_code'); 41 echo PHP_EOL . '<!-- https://wordpress.org/plugins/wpsimpletools-html-code/ -->' . PHP_EOL . PHP_EOL; 43 42 } 44 43
Note: See TracChangeset
for help on using the changeset viewer.