[wp-trac] [WordPress Trac] #12489: Hook to add custom fields on blogroll

WordPress Trac wp-trac at lists.automattic.com
Wed Mar 3 10:15:05 UTC 2010


#12489: Hook to add custom fields on blogroll
----------------------------+-----------------------------------------------
 Reporter:  marcomail       |       Owner:                              
     Type:  enhancement     |      Status:  new                         
 Priority:  normal          |   Milestone:  3.0                         
Component:  Administration  |     Version:                              
 Severity:  normal          |    Keywords:  blogroll, hook, custom field
----------------------------+-----------------------------------------------

Comment(by greenshady):

 You mean something other than using `add_meta_box()`?

 {{{
 add_meta_box( 'my-link-meta', 'My Link Meta', 'my_link_meta', 'link',
 'normal', 'high' );

 function my_link_meta() {
         echo '<p>Hello world!</p>';
 }
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12489#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list