Changeset 1103118
- Timestamp:
- 03/02/2015 09:35:07 AM (11 years ago)
- Location:
- tags-manager/trunk
- Files:
-
- 2 edited
-
google-tags.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags-manager/trunk/google-tags.php
r1100939 r1103118 137 137 } 138 138 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 //エラー処理152 139 153 140 … … 156 143 157 144 158 159 -
tags-manager/trunk/readme.txt
r1100939 r1103118 2 2 Contributors: Junya Higashiyama 3 3 Tags: Google analytics, Google webmastertool, Google Adwords remarketing 4 Requires at least: 0. 14 Requires at least: 0.3 5 5 Tested up to: 4.0.1 6 Stable tag: tags/0.3 6 7 License: GPLv2 or later 7 8 License URI: http://bibunkaplan.com … … 27 28 28 29 == Changelog == 30 = 0.3= 31 * change details. 32 = 0.2 = 33 * Initial changes. 29 34 = 0.1 = 30 35 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.