Plugin Directory

Changeset 2072234


Ignore:
Timestamp:
04/21/2019 08:35:53 PM (7 years ago)
Author:
webxapp
Message:
  • Added: Default theme
Location:
scrollbar-by-webxapp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • scrollbar-by-webxapp/trunk/admin/view/theme_options.php

    r2070938 r2072234  
    1212
    1313if($default_theme_id !== false && intval($default_theme_id)>0 && intval($post->ID) === intval($default_theme_id)){
     14    $wxacs_set_default_val = "checked";
     15}
     16
     17if($default_theme_id === false && $post->post_status === "auto-draft"){
    1418    $wxacs_set_default_val = "checked";
    1519}
  • scrollbar-by-webxapp/trunk/readme.txt

    r2070938 r2072234  
    55Tested up to: 5.1
    66Requires PHP: 5.2
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242
    4343== Changelog ==
     44= 1.0.1 =
     45* Added: Default theme
     46
    4447= 1.0.0 =
    4548* Initial release
  • scrollbar-by-webxapp/trunk/wxacs.php

    r2070938 r2072234  
    33 * Plugin Name:     Scrollbar  by webxapp
    44 * Description:     Scrollbar WXA is best vertical/horizontal scrollbars plugin.
    5  * Version:         1.0.0
     5 * Version:         1.0.1
    66 * Author:          WebXApp
    77 * Author URI:      https://webxapp.com/
Note: See TracChangeset for help on using the changeset viewer.