[wp-trac] [WordPress Trac] #45767: meta_box gutenber css dashicons svg
WordPress Trac
noreply at wordpress.org
Tue Dec 25 23:24:49 UTC 2018
#45767: meta_box gutenber css dashicons svg
----------------------------+-----------------------------
Reporter: arena | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: trunk
Severity: normal | Keywords:
Focuses: |
----------------------------+-----------------------------
In a plugin, i am adding some meta_boxes using this kind of code :
{{{#!php
<?php
add_meta_box( 'my_meta_box', __( 'My Meta Box'), array( __CLASS__,
'my_meta_box' ), 'post', 'side', 'core' );
}}}
but the rendering is different from the standard wordpress meta_box(es) :
cursor is different (cross vs hand)
toggle icon is different (dashicon [content: "\f140";] vs svg
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45767>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list