woocommerce/includes/admin/list-tables
Rodrigo Primo fc43bde6f8 Replace PHP >= 5.4 syntax with PHP 5.2 alternative
Commit 8f37ea33ed added the following line that works only on PHP >= 5.4 as function array dereferencing is not present in PHP version 5.3 or earlier. This commit fixes it by replacing that line with a alternative that is compatible with PHP >= 5.2.

6ecc3bc442/includes/admin/list-tables/class-wc-admin-list-table-orders.php (L189)
2017-12-11 11:20:42 -02:00
..
abstract-class-wc-admin-list-table.php Tweak - Order number to be sortable column 2017-11-05 21:37:42 +05:45
class-wc-admin-list-table-coupons.php Hooks for columns and preview list tables 2017-11-21 16:22:43 +00:00
class-wc-admin-list-table-orders.php Replace PHP >= 5.4 syntax with PHP 5.2 alternative 2017-12-11 11:20:42 -02:00
class-wc-admin-list-table-products.php Merge branch 'master' into feature/11259 2017-12-04 14:14:03 +00:00