Skip to content

Commit feeb23a

Browse files
committed
Format code
1 parent 8457ece commit feeb23a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

php/class-media.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ class Media extends Settings_Component implements Setup {
157157
*/
158158
public function __construct( Plugin $plugin ) {
159159
$this->plugin = $plugin;
160+
160161
add_action( 'init', array( $this, 'init_hook' ) );
161162

162163
// Add upgrade hook, since setup methods are called after the connect upgrade has run.

php/class-meta-box.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ public function __construct( Plugin $plugin ) {
4242
}
4343

4444
/**
45-
* Initializes hooks for the meta box.
46-
*
47-
* Hooks into WordPress to add meta boxes and registers necessary handlers.
45+
* Initialize hooks for the meta box.
4846
*
4947
* @return void
5048
*/

0 commit comments

Comments
 (0)