Plugin Directory

Changeset 1873741


Ignore:
Timestamp:
05/14/2018 03:40:15 AM (8 years ago)
Author:
wpamanuke
Message:

Version 1.0.2

Location:
random-theme/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • random-theme/trunk/random-theme.php

    r1873025 r1873741  
    44Plugin URI: http://wpamanuke.com/random-theme-wordpress-plugin
    55Description: Auto Random WordPress Theme located in wp-content/themes . This random theme plugin will load different theme every time your visitor come to your website / refresh your website. Just make sure , you have installed some perfect themes.
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: WPAmanuke
    88Author URI: http://wpamanuke.com/
     
    4141        return $template;
    4242    }
    43 
     43   
    4444    return $theme['Template'];
    4545}
     
    6363}
    6464
    65 add_filter('stylesheet', 'rwtp_theme_stylesheet');
    66 add_filter('template', 'rwtp_theme_template');
     65if ( !is_admin() ) {
     66    add_filter('stylesheet', 'rwtp_theme_stylesheet');
     67    add_filter('template', 'rwtp_theme_template');
     68}
    6769
    6870?>
  • random-theme/trunk/readme.txt

    r1873029 r1873741  
    55Requires PHP: 5.3
    66Tested up to: 4.9.5
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99
     
    2222* Initial Release
    2323
     24= 1.0.2 =
     25* Disable Random Theme in admin area
    2426
    2527
     28
Note: See TracChangeset for help on using the changeset viewer.