Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.24
-
Fix Version/s: 4.7.27
-
Component/s: WordPress Integration
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:Yes
Description
The CiviCRM logo in the WordPress menu is a full-color PNG image. Other items in the menu use Dashicons which change color as the item is highlighted.
The add_menu_page() function supports inline base64-encoded SVG, so this uses that. The icon on the CiviCRM button on the Add Post form also uses this, allowing us to remove that particular icon image from the codebase.