• Resolved jondaley

    (@jondaley)


    This plugin works nicely – very simply code.

    I modified it so I could edit authors on pages too.

    A one-line change that hopefully you’ll consider adding to the next version of the plugin;

    15c15
    < add_meta_box( ‘authordiv’, __(‘Author’), ‘ca_meta_callback’, array(‘post’,’page’), ‘normal’, ‘high’ );

    > add_meta_box( ‘authordiv’, __(‘Author’), ‘ca_meta_callback’, ‘post’, ‘normal’, ‘high’ );

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Patch to make this work for pages too’ is closed to new replies.