[wp-trac] [WordPress Trac] #33257: Wp Editor front end missing add media button
WordPress Trac
noreply at wordpress.org
Wed Aug 5 00:04:00 UTC 2015
#33257: Wp Editor front end missing add media button
--------------------------+-----------------------
Reporter: alexandruias | Owner: azaozz
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 4.3
Component: Editor | Version: trunk
Severity: major | Resolution:
Keywords: needs-patch | Focuses:
--------------------------+-----------------------
Comment (by azaozz):
Seems the straightforward way to fix this would be to add `add_action(
'media_buttons', 'media_buttons' );` to class-wp-editor.php.
However likely there will be more cases of missing `add_action` and
`add_filter`. Looking through the files from where the actions were moved,
several more are sometimes included in non wp-admin context.
Reopening #32529 for further investigation.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33257#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list