Page title removed po
This commit is contained in:
parent
1e0a1ccc82
commit
9687ce18c8
|
@ -146,7 +146,7 @@ $woocommerce_settings['pages'] = apply_filters('woocommerce_page_settings', arra
|
|||
'desc' => __( 'This title to show on the shop base page. Leave blank to use the page title.', 'woothemes' ),
|
||||
'id' => 'woocommerce_shop_page_title',
|
||||
'type' => 'text',
|
||||
'std' => __('All Products', 'woothemes')
|
||||
'std' => 'All Products' // Default value for the page title - changed in settings
|
||||
),
|
||||
|
||||
array(
|
||||
|
|
Loading…
Reference in New Issue