Plugin Directory

Changeset 1103118


Ignore:
Timestamp:
03/02/2015 09:35:07 AM (11 years ago)
Author:
BBKP
Message:

tagging version 0.3 3times

Location:
tags-manager/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags-manager/trunk/google-tags.php

    r1100939 r1103118  
    137137}
    138138
    139 /**
    140 add_filter('the_content','google_remarketing_body');
    141 
    142 function google_remarketing_body($content) {
    143    
    144     $remarketing = stripslashes(get_option('google-remarketing'));
    145     return $content.$remarketing; 
    146    
    147    
    148 }
    149 **/
    150 
    151 //エラー処理
    152139
    153140
     
    156143
    157144
    158 
    159 
  • tags-manager/trunk/readme.txt

    r1100939 r1103118  
    22Contributors: Junya Higashiyama
    33Tags: Google analytics, Google webmastertool, Google Adwords remarketing
    4 Requires at least: 0.1
     4Requires at least: 0.3
    55Tested up to: 4.0.1
     6Stable tag: tags/0.3
    67License: GPLv2 or later
    78License URI: http://bibunkaplan.com
     
    2728
    2829== Changelog ==
     30= 0.3=
     31* change details.
     32= 0.2 =
     33* Initial changes.
    2934= 0.1 =
    3035* Initial release.
Note: See TracChangeset for help on using the changeset viewer.