Applied coding standards.
This commit is contained in:
parent
b9fd1b8129
commit
e4d2b00681
|
@ -1807,7 +1807,7 @@ FROM $order_meta_table
|
||||||
*/
|
*/
|
||||||
private function upshift_child_orders( $order ) {
|
private function upshift_child_orders( $order ) {
|
||||||
global $wpdb;
|
global $wpdb;
|
||||||
$order_table = self::get_orders_table_name();
|
$order_table = self::get_orders_table_name();
|
||||||
$order_parent = $order->get_parent_id();
|
$order_parent = $order->get_parent_id();
|
||||||
$wpdb->update(
|
$wpdb->update(
|
||||||
$order_table,
|
$order_table,
|
||||||
|
|
Loading…
Reference in New Issue