Opened 3 years ago
Last modified 3 years ago
#14164 new enhancement
do_meta_boxes on press-this.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Press This | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | cyberhobo@… |
Description
Right now, there is no way of add meta boxes to the Press This bookmarklet. A simple call of do_meta_boxes() allows plugin/theme authors to easily hook into the bookmarklet.
do_meta_boxes( 'press-this', 'normal', '' );
That seems to work like a charm.
Attachments (2)
Change History (9)
comment:1
SpencerFinnell — 3 years ago
comment:3
SpencerFinnell — 3 years ago
Added it real patch this time. Sorry about that!
- Cc cyberhobo@… added
I tested the patch on WP 3.0 with a single meta box. It works and is useful to me.
Visually, there is no space between the editor and the first meta box. I haven't worked much with WP CSS, but I think I can patch wp-admin/css/press-this.dev.css to fix this. I'll attach my proposal.
Note: See
TracTickets for help on using
tickets.

So apparently I don't know how to create the patch, but the code is in the file I attached.