Plugin Directory

Changeset 667171


Ignore:
Timestamp:
02/13/2013 01:15:19 AM (13 years ago)
Author:
jureham
Message:

defualt mobile theme fix

Location:
wordpress-23-related-posts-plugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wordpress-23-related-posts-plugin/tags/2.5/config.php

    r667102 r667171  
    209209            'display_thumbnail'         => false,
    210210            'excerpt_max_length'            => 200,
    211             'theme_name'                => 'm-stream.css',
     211            'theme_name'                => 'm-modern.css',
    212212            'theme_custom_css'          => WP_RP_DEFAULT_CUSTOM_CSS,
    213213        ),
     
    251251
    252252    if($wp_rp_options['mobile']['theme_name'] !== 'plain.css') {
    253         $wp_rp_options['mobile']['theme_name'] = 'm-stream.css';
     253        $wp_rp_options['mobile']['theme_name'] = 'm-modern.css';
    254254    }
    255255
  • wordpress-23-related-posts-plugin/trunk/config.php

    r667102 r667171  
    209209            'display_thumbnail'         => false,
    210210            'excerpt_max_length'            => 200,
    211             'theme_name'                => 'm-stream.css',
     211            'theme_name'                => 'm-modern.css',
    212212            'theme_custom_css'          => WP_RP_DEFAULT_CUSTOM_CSS,
    213213        ),
     
    251251
    252252    if($wp_rp_options['mobile']['theme_name'] !== 'plain.css') {
    253         $wp_rp_options['mobile']['theme_name'] = 'm-stream.css';
     253        $wp_rp_options['mobile']['theme_name'] = 'm-modern.css';
    254254    }
    255255
Note: See TracChangeset for help on using the changeset viewer.