Changeset 1127774
- Timestamp:
- 04/04/2015 03:16:10 PM (11 years ago)
- File:
-
- 1 edited
-
wp-plus/trunk/wp-plus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-plus/trunk/wp-plus.php
r1127769 r1127774 348 348 <?php 349 349 if (get_option('wp_plus_linkman') == 'checked') { 350 ?> 351 <?php 350 352 add_filter('pre_option_link_manager_enabled', '__return_true'); 351 } 353 ?> 354 <?php 355 } 356 ?> 357 <?php 352 358 /*谷歌替换*/ 353 359 if (get_option('wp_plus_google') == 'checked') { 360 ?> 361 <?php 354 362 add_filter('style_loader_tag', array( 355 363 $this, … … 361 369 returnstr_replace('//ajax.googleapis.com', '//sdn.geekzu.org/ajax', $text); 362 370 } 371 ?> 372 <?php 363 373 } 364 374 ?>
Note: See TracChangeset
for help on using the changeset viewer.