Merge pull request #24478 from marccoup/master

Fixed incorrect page setting id
This commit is contained in:
Claudio Sanches 2019-08-27 17:52:18 -03:00 committed by GitHub
commit cdd03f5f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class WC_Settings_Advanced extends WC_Settings_Page {
'title' => __( 'Checkout endpoints', 'woocommerce' ),
'type' => 'title',
'desc' => __( 'Endpoints are appended to your page URLs to handle specific actions during the checkout process. They should be unique.', 'woocommerce' ),
'id' => 'account_endpoint_options',
'id' => 'checkout_endpoint_options',
),
array(