Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62082, comment 10


Ignore:
Timestamp:
09/20/2024 02:22:07 PM (6 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62082, comment 10

    initial v1  
    442 hours, 56 minutes ago
    55Just in case it’s helpful, following @conartstudio’s suggestion just drop the following code into your theme’s functions.php file and it should patch the issue for you, clients, everyone:
    6 
     6{{{
    77add_action('admin_head', 'my_custom_css');
    88
     
    1313        </style>';
    1414}
     15}}}
    1516Obviously it would be better if the plugin itself were patched to resolve the issue.