Skip to content

Commit

Permalink
Update class-wcpdf-settings-general.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Apr 9, 2024
1 parent 8aeef61 commit f312b86
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions includes/settings/class-wcpdf-settings-general.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,12 @@ public function init_settings() {
'callback' => 'media_upload',
'section' => 'general_settings',
'args' => array(
'option_name' => $option_name,
'id' => 'header_logo',
'uploader_title' => __( 'Select or upload your invoice header/logo', 'woocommerce-pdf-invoices-packing-slips' ),
'uploader_button_text' => __( 'Set image', 'woocommerce-pdf-invoices-packing-slips' ),
'remove_button_text' => __( 'Remove image', 'woocommerce-pdf-invoices-packing-slips' ),
//'description' => __( '...', 'woocommerce-pdf-invoices-packing-slips' ),
'translatable' => true,
'option_name' => $option_name,
'id' => 'header_logo',
'uploader_title' => __( 'Select or upload your invoice header/logo', 'woocommerce-pdf-invoices-packing-slips' ),
'uploader_button_text' => __( 'Set image', 'woocommerce-pdf-invoices-packing-slips' ),
'remove_button_text' => __( 'Remove image', 'woocommerce-pdf-invoices-packing-slips' ),
'translatable' => true,
)
),
array(
Expand Down

0 comments on commit f312b86

Please sign in to comment.