Changeset 3157325
- Timestamp:
- 09/25/2024 08:31:31 AM (18 months ago)
- Location:
- wp-special-textboxes/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
stb-class.php (modified) (2 diffs)
-
wp-special-textboxes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-special-textboxes/trunk/readme.txt
r3127287 r3157325 5 5 Requires at least: 5.6 6 6 Tested up to: 6.6 7 Stable tag: 6.2. 27 Stable tag: 6.2.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later -
wp-special-textboxes/trunk/stb-class.php
r3081858 r3157325 23 23 public function __construct() 24 24 { 25 define('STB_VERSION', '6.2. 2');25 define('STB_VERSION', '6.2.3'); 26 26 define('STB_DB_VERSION', '2.0'); 27 27 define('STB_DIR', dirname(__FILE__) . '/'); … … 33 33 34 34 add_action('wp_enqueue_scripts', array(&$this, 'headerScripts'), 9999999999); 35 36 add_filter('comment_text', 'do_shortcode');37 35 38 36 add_shortcode('stextbox', array(&$this, 'doShortcode')); -
wp-special-textboxes/trunk/wp-special-textboxes.php
r3081858 r3157325 4 4 Plugin URI: http://www.simplelib.com/archives/wordpress-plugin-wp-special-textboxes/ 5 5 Description: Adds simple colored text boxes to highlight some portion of post text. Use it for highlights warnings, alerts, infos and downloads in your blog posts. Visit <a href="http://www.simplelib.com/">SimpleLib blog</a> for more details. 6 Version: 6.2. 26 Version: 6.2.3 7 7 Author: minimus 8 8 Author URI: http://blogcoding.ru
Note: See TracChangeset
for help on using the changeset viewer.