Plugin Directory

Changeset 2213491


Ignore:
Timestamp:
12/17/2019 09:40:17 AM (6 years ago)
Author:
wordpresssimpletools
Message:

rebranding

Location:
wpsimpletools-html-code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpsimpletools-html-code/trunk/readme.txt

    r2210162 r2213491  
    1 === WpSimpleTools HTML Code Snippet ===
     1=== HTML Code Snippet ===
    22Contributors: WpSimpleTools
    33Tags: html code, html, pure html, analytics, css, javascript, script, page footer
     
    66Requires PHP: 5.0.0
    77Tested up to: 5.3
    8 Stable tag: 1.0.7
     8Stable tag: 1.0.8
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1919== Upgrade Notice ==
    2020
    21 = 1.0.7 =
    22 1.0.7 Translation ready
     21= 1.0.8 =
     221.0.8 Rebranding
    2323
    2424== Frequently Asked Questions ==
     
    4242= 1.0.7 =
    43431.0.7 Translation ready
     44= 1.0.8 =
     451.0.8 Rebranding
    4446
    4547== Screenshots ==
  • wpsimpletools-html-code/trunk/wpsimpletools-html-code.php

    r2210162 r2213491  
    66 * Author: WpSimpleTools
    77 * Author URI: https://profiles.wordpress.org/wpsimpletools/#content-plugins
    8  * Version: 1.0.7
     8 * Version: 1.0.8
    99 * Plugin Slug: wpsimpletools-html-code
    1010 * Text Domain: wpsimpletools-html-code
     
    3636function wpst_hc_insert_code() {
    3737
    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;
    4139    if (get_theme_mod('html_code'))
    4240        echo get_theme_mod('html_code');
     41    echo PHP_EOL . '<!-- https://wordpress.org/plugins/wpsimpletools-html-code/ -->' . PHP_EOL . PHP_EOL;
    4342}
    4443
Note: See TracChangeset for help on using the changeset viewer.