Making WordPress.org


Ignore:
Timestamp:
06/20/2016 02:41:39 PM (10 years ago)
Author:
obenland
Message:

Plugin Directory: Add a metabox to allow committers to change the primary author.

See #1571.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php

    r3502 r3506  
    9090                        ),
    9191                        'description'     => __( 'A Repo Plugin', 'wporg-plugins' ),
    92                         'supports'        => array( 'comments' ),
     92                        'supports'        => array( 'comments', 'author' ),
    9393                        'public'          => true,
    9494                        'show_ui'         => true,
Note: See TracChangeset for help on using the changeset viewer.