Making WordPress.org


Ignore:
Timestamp:
05/08/2016 12:05:18 AM (9 years ago)
Author:
obenland
Message:

Plugin Directory: First pass at Author Card.

Brings over the user card plugin from the existing directory with some
modifications.

See #1695.

File:
1 edited

Legend:

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

    r3095 r3099  
    342342                array( __NAMESPACE__ . '\Metabox\Review_Tools', 'display' ),
    343343                'plugin', 'normal', 'high'
     344            );
     345
     346            add_meta_box(
     347                'plugin-author',
     348                __( 'Author Card', 'wporg-plugins' ),
     349                array( __NAMESPACE__ . '\Metabox\Author_Card', 'display' ),
     350                'plugin', 'side'
    344351            );
    345352        }
Note: See TracChangeset for help on using the changeset viewer.