Allow HTML in store notice.
This commit is contained in:
parent
869bf08031
commit
5e984faebc
File diff suppressed because one or more lines are too long
|
@ -30,6 +30,9 @@ p.demo_store {
|
|||
color: $primarytext;
|
||||
z-index: 99998;
|
||||
box-shadow: 0 1px 1em rgba(0,0,0,0.2);
|
||||
a {
|
||||
color: $primarytext;
|
||||
}
|
||||
}
|
||||
|
||||
.admin-bar {
|
||||
|
|
|
@ -112,8 +112,8 @@ class WC_Settings_General extends WC_Settings_Page {
|
|||
'desc' => '',
|
||||
'id' => 'woocommerce_demo_store_notice',
|
||||
'default' => __( 'This is a demo store for testing purposes — no orders shall be fulfilled.', 'woocommerce' ),
|
||||
'type' => 'text',
|
||||
'css' => 'min-width:300px;',
|
||||
'type' => 'textarea',
|
||||
'css' => 'width:350px; height: 65px;',
|
||||
'autoload' => false
|
||||
),
|
||||
|
||||
|
|
|
@ -176,6 +176,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
|||
* Tweak - WC Setup wizard: site icon display on WP 4.3.
|
||||
* Tweak - WC Setup wizard: tweaked wording.
|
||||
* Tweak - WC Setup wizard: Add spinner/loading indication between onboarding steps.
|
||||
* Tweak - Allow HTML in store notice.
|
||||
|
||||
= 2.4.5 - 20/08/2015 =
|
||||
* Fix - Global text based attribute saving on product page.
|
||||
|
|
Loading…
Reference in New Issue