Changeset 187118
- Timestamp:
- 12/26/2009 02:32:48 PM (16 years ago)
- Location:
- wpmu-custom-css/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wpmu-custom-css.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpmu-custom-css/trunk/readme.txt
r180074 r187118 13 13 Site admin can enable this feature for all or specific blogs (e.g. premium members). 14 14 15 It also integrated with our [CMS Members MU](http://wpwave.com/plugins/cms-members/)15 It also integrated with our membership plugin [CMS Members MU](http://wpwave.com/plugins/cms-members/) 16 16 17 17 -
wpmu-custom-css/trunk/wpmu-custom-css.php
r186408 r187118 6 6 Site admin can enable plugin for all of blogs or just for certain users (e.g. premium members) 7 7 Author: Hassan Jahangiry 8 Version: 1.0 38 Version: 1.05 9 9 Author URI: http://wpwave.com/wordpress-mu-buddypress/ 10 10 */ … … 59 59 $custom_css=get_option('custom-css'); 60 60 if ($custom_css) { 61 echo "\n <!-- Custom CSS : http://w ordpresswave.com/ --> \n";61 echo "\n <!-- Custom CSS : http://wpwave.com/ --> \n"; 62 62 ?> 63 63 <style type="text/css" media="screen"> … … 231 231 $val=false; 232 232 233 if ( (!$custom_css_global) || ($custom_css_setting) || ($val) )233 if ( (!$custom_css_global) || ($custom_css_setting) || ($val) || (is_site_admin()) ) 234 234 add_submenu_page('themes.php',__('Custom CSS'), __('Custom CSS'), 8, basename(__FILE__), 'custom_css_page'); 235 235 }
Note: See TracChangeset
for help on using the changeset viewer.