Plugin Directory


Ignore:
Timestamp:
03/11/2020 01:36:43 PM (5 years ago)
Author:
tschutter
Message:

release 4.0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codepress-admin-columns/trunk/classes/Admin/Page/Addons.php

    r2142970r2259079 
    1111    implements AC\Registrable {
    1212
     13    const NAME = 'addons';
     14
    1315    public function __construct() {
    14         parent::__construct( 'addons', __( 'Add-ons', 'codepress-admin-columns' ) );
     16        parent::__construct( self::NAME, __( 'Add-ons', 'codepress-admin-columns' ) );
    1517    }
    1618
Note: See TracChangeset for help on using the changeset viewer.