Making WordPress.org


Ignore:
Timestamp:
12/19/2017 04:22:37 PM (7 years ago)
Author:
obenland
Message:

PLugins: Clean up formatting with phpcbf

File:
1 edited

Legend:

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

    r5314 r6287  
    2525     */
    2626    private function __construct() {
    27         add_action( 'admin_menu',            array( $this, 'add_to_menu' ) );
     27        add_action( 'admin_menu', array( $this, 'add_to_menu' ) );
    2828        add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_assets' ) );
    2929    }
     
    3838            case 'tools_page_authorcards':
    3939                wp_enqueue_style( 'plugin-admin-post-css', plugins_url( 'css/edit-form.css', Plugin_Directory\PLUGIN_FILE ), array( 'edit' ), 4 );
    40             break;
     40                break;
    4141        }
    4242    }
    43    
     43
    4444    public function add_to_menu() {
    4545        add_submenu_page(
Note: See TracChangeset for help on using the changeset viewer.