Changeset 667171
- Timestamp:
- 02/13/2013 01:15:19 AM (13 years ago)
- Location:
- wordpress-23-related-posts-plugin
- Files:
-
- 2 edited
-
tags/2.5/config.php (modified) (2 diffs)
-
trunk/config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-23-related-posts-plugin/tags/2.5/config.php
r667102 r667171 209 209 'display_thumbnail' => false, 210 210 'excerpt_max_length' => 200, 211 'theme_name' => 'm- stream.css',211 'theme_name' => 'm-modern.css', 212 212 'theme_custom_css' => WP_RP_DEFAULT_CUSTOM_CSS, 213 213 ), … … 251 251 252 252 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'; 254 254 } 255 255 -
wordpress-23-related-posts-plugin/trunk/config.php
r667102 r667171 209 209 'display_thumbnail' => false, 210 210 'excerpt_max_length' => 200, 211 'theme_name' => 'm- stream.css',211 'theme_name' => 'm-modern.css', 212 212 'theme_custom_css' => WP_RP_DEFAULT_CUSTOM_CSS, 213 213 ), … … 251 251 252 252 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'; 254 254 } 255 255
Note: See TracChangeset
for help on using the changeset viewer.