Update use of deprecated wc_get_log_file_path

This commit is contained in:
Jon Surrell 2016-12-19 22:20:56 +01:00
parent af7b8646c5
commit 03889f77cc
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ return array(
'type' => 'checkbox',
'label' => __( 'Enable logging', 'woocommerce' ),
'default' => 'no',
'description' => sprintf( __( 'Log PayPal events, such as IPN requests, inside %s', 'woocommerce' ), '<code>' . wc_get_log_file_path( 'paypal' ) . '</code>' ),
'description' => sprintf( __( 'Log PayPal events, such as IPN requests, inside %s', 'woocommerce' ), '<code>' . WC_Log_Handler_File::get_log_file_path( 'paypal' ) . '</code>' ),
),
'advanced' => array(
'title' => __( 'Advanced options', 'woocommerce' ),