Skip to content

Commit

Permalink
style: fix indentation for plugin metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
carlalexander committed Sep 25, 2021
1 parent a740c18 commit 0c9726e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions ymir.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
* file that was distributed with this source code.
*/

/*
Plugin Name: Ymir
Description: Integrates WordPress with the Ymir platform.
Author: Carl Alexander
Author URI: https://ymirapp.com
Version: 1.8.6
License: GPL3
*/
/**
* Plugin Name: Ymir
* Plugin URI: https://ymirapp.com
* Description: Integrates WordPress with the Ymir platform.
* Version: 1.8.6
* Author: Carl Alexander
* Author URI: https://ymirapp.com
* License: GPL3
*/

require_once __DIR__.'/bootstrap.php';

Expand Down

0 comments on commit 0c9726e

Please sign in to comment.