Plugin Directory

Changeset 1127774


Ignore:
Timestamp:
04/04/2015 03:16:10 PM (11 years ago)
Author:
liwanglin12
Message:

fix bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-plus/trunk/wp-plus.php

    r1127769 r1127774  
    348348<?php
    349349if (get_option('wp_plus_linkman') == 'checked') {
     350?>
     351<?php
    350352    add_filter('pre_option_link_manager_enabled', '__return_true');
    351 }
     353?>
     354<?php
     355}
     356?>
     357<?php
    352358/*谷歌替换*/
    353359if (get_option('wp_plus_google') == 'checked') {
     360?>
     361<?php
    354362    add_filter('style_loader_tag', array(
    355363        $this,
     
    361369        returnstr_replace('//ajax.googleapis.com', '//sdn.geekzu.org/ajax', $text);
    362370    }
     371?>
     372<?php
    363373}
    364374?>
Note: See TracChangeset for help on using the changeset viewer.