Changes between Initial Version and Version 3 of Ticket #46154
- Timestamp:
- 05/24/2019 12:25:56 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46154
-
Property
Status
changed from
new
toclosed
-
Property
Milestone
changed from
Awaiting Review
to - Property Keywords dev-feedback reporter-feedback needs-design 2nd-opinion needs-patch removed
-
Property
Resolution
changed from
to
invalid
-
Property
Severity
changed from
critical
tonormal
-
Property
Status
changed from
-
Ticket #46154 – Description
initial v3 1 1 I recently attempted upgrade from 2.2.6 to 2.2.8. The 2.2.8 plug-in I was sold is incomplete in code. The following are the only fixes found in the plug-in php file: 2 2 {{{ 3 3 //button css fix for storefront theme 4 4 … … 23 23 $css = ob_get_clean(); 24 24 wp_add_inline_style( 'toggle-switch' , $css ); 25 25 }}} 26 26 27 27