Changeset 1953203
- Timestamp:
- 10/08/2018 11:52:59 AM (7 years ago)
- Location:
- pinpoll/trunk
- Files:
-
- 3 edited
-
admin/pinpoll-poll-detail.php (modified) (1 diff)
-
pinpoll.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pinpoll/trunk/admin/pinpoll-poll-detail.php
r1895186 r1953203 220 220 </h2> 221 221 <div class="pp-details-inside"> 222 <div data-pinpoll-id="<?php printf( $id ); ?>" <?php (PINPOLL_JS_URL!=='https://pinpoll.com') ? printf("data-location=\"". PINPOLL_JS_URL. "\"") : printf("") ?> data-trackmode="preview" ></div>222 <div data-pinpoll-id="<?php printf( $id ); ?>" <?php (PINPOLL_JS_URL!=='https://pinpoll.com') ? printf("data-location=\"". PINPOLL_JS_URL. "\"") : printf("") ?> data-trackmode="preview" data-cdn=""></div> 223 223 </div> 224 224 </div> -
pinpoll/trunk/pinpoll.php
r1895186 r1953203 12 12 * Domain Path: /lang 13 13 * Description: Create fun polls & understand your audience! 14 * Version: 3.0.1 314 * Version: 3.0.14 15 15 * Min WP Version: 3.3.0 16 16 * Author: Pinpoll -
pinpoll/trunk/readme.txt
r1895186 r1953203 170 170 = 3.0.13 = 171 171 * Removed third party tools 172 173 = 3.0.14 = 174 * Fixed error on poll detail page
Note: See TracChangeset
for help on using the changeset viewer.