Changeset 2072234
- Timestamp:
- 04/21/2019 08:35:53 PM (7 years ago)
- Location:
- scrollbar-by-webxapp/trunk
- Files:
-
- 3 edited
-
admin/view/theme_options.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wxacs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scrollbar-by-webxapp/trunk/admin/view/theme_options.php
r2070938 r2072234 12 12 13 13 if($default_theme_id !== false && intval($default_theme_id)>0 && intval($post->ID) === intval($default_theme_id)){ 14 $wxacs_set_default_val = "checked"; 15 } 16 17 if($default_theme_id === false && $post->post_status === "auto-draft"){ 14 18 $wxacs_set_default_val = "checked"; 15 19 } -
scrollbar-by-webxapp/trunk/readme.txt
r2070938 r2072234 5 5 Tested up to: 5.1 6 6 Requires PHP: 5.2 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 43 43 == Changelog == 44 = 1.0.1 = 45 * Added: Default theme 46 44 47 = 1.0.0 = 45 48 * Initial release -
scrollbar-by-webxapp/trunk/wxacs.php
r2070938 r2072234 3 3 * Plugin Name: Scrollbar by webxapp 4 4 * Description: Scrollbar WXA is best vertical/horizontal scrollbars plugin. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Author: WebXApp 7 7 * Author URI: https://webxapp.com/
Note: See TracChangeset
for help on using the changeset viewer.