Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #46154


Ignore:
Timestamp:
05/24/2019 12:25:56 AM (6 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46154

    • Property Status changed from new to closed
    • 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 to normal
  • Ticket #46154 – Description

    initial v3  
    11I 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{{{
    33//button css fix for storefront theme
    44
     
    2323                                        $css = ob_get_clean();
    2424                                        wp_add_inline_style( 'toggle-switch' , $css );
    25 
     25}}}
    2626
    2727