Changeset 1804457
- Timestamp:
- 01/17/2018 01:09:56 PM (8 years ago)
- Location:
- pinpoll/trunk
- Files:
-
- 3 edited
-
admin/pinpoll-table.php (modified) (2 diffs)
-
pinpoll.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pinpoll/trunk/admin/pinpoll-table.php
r1599906 r1804457 297 297 public function get_sortable_columns() { 298 298 $sortable_columns = array( 299 'ID' => array( 'ID', false ),300 299 'question' => array( 'question', false ), 301 300 'votes' => array( 'votes', false ), … … 327 326 328 327 //collect order params 329 $orderby = empty( $_GET['orderby'] ) ? ' ID' : $_GET['orderby'];328 $orderby = empty( $_GET['orderby'] ) ? 'created' : $_GET['orderby']; 330 329 $order = empty( $_GET['order'] ) ? 'desc' : $_GET['order']; 331 330 -
pinpoll/trunk/pinpoll.php
r1766923 r1804457 12 12 * Domain Path: /lang 13 13 * Description: Create fun polls & understand your audience! 14 * Version: 3.0.1 114 * Version: 3.0.12 15 15 * Min WP Version: 3.3.0 16 16 * Author: Pinpoll -
pinpoll/trunk/readme.txt
r1766923 r1804457 4 4 Tags: free, marketing, survey, poll, analytics, feedback, advertising, polls, user engagement, engagement, content generation, analysis, polling, statistics, stats, retargeting, remarketing, profiling, opinion, advertise, audience, conversion, recommendation, page impressions, ads, secure, responsive, mobile responsive, mobile, quiz, quizzes, feedback, customer satisfaction, lead, lead generation, support 5 5 Requires at least: 3.3.0 6 Tested up to: 4. 8.36 Tested up to: 4.9.2 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 164 164 * Fixed error on poll creation page 165 165 * Improved error handling 166 167 = 3.0.12 = 168 * Fixed poll list navigation error
Note: See TracChangeset
for help on using the changeset viewer.