Make WordPress Core


Ignore:
Timestamp:
03/05/2018 09:43:25 PM (7 years ago)
Author:
johnbillion
Message:

Upgrade/Install: Fix the format of the upgrader_process_complete actions after [42343].

More info: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1323

See #41057, #42505

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-plugin-upgrader.php

    r42777 r42786  
    308308
    309309        /** This action is documented in wp-admin/includes/class-wp-upgrader.php */
    310         do_action(
    311             'upgrader_process_complete', $this, array(
    312                 'action'  => 'update',
    313                 'type'    => 'plugin',
    314                 'bulk'    => true,
    315                 'plugins' => $plugins,
    316             )
    317         );
     310        do_action( 'upgrader_process_complete', $this, array(
     311            'action'  => 'update',
     312            'type'    => 'plugin',
     313            'bulk'    => true,
     314            'plugins' => $plugins,
     315        ) );
    318316
    319317        $this->skin->bulk_footer();
Note: See TracChangeset for help on using the changeset viewer.