Skip to content

Commit

Permalink
Update ubiquitous-blocks.php
Browse files Browse the repository at this point in the history
Update plugin info
  • Loading branch information
nickhamze authored Jan 22, 2020
1 parent 2c4ce76 commit 3b82dab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ubiquitous-blocks.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* Plugin Name: Ubiquitous Blocks
* Plugin URI: https://github.com/seb86/ubiquitous-blocks
* Description: Display reusable blocks everywhere. With Ubiquitous Blocks you can add reusable blocks to every page/post with a few clicks of the mouse.
* Author: Sébastien Dumont
* Author URI: https://sebastiendumont.com
* Plugin URI: https://sortabrilliant.com/ubiquitous/
* Description: Let's make reusable blocks even easier to reuse.
* Author: sorta brilliant
* Author URI: https://sortabrilliant.com/
* Version: 1.0.0
* License: GPL2+
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
* License: GPL-2.0-or-later
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*
* @package CGB
*/
Expand Down Expand Up @@ -198,4 +198,4 @@ function ubiquitous_blocks() {
add_action( 'plugins_loaded', 'ubiquitous_blocks' );
} else {
ubiquitous_blocks();
}
}

0 comments on commit 3b82dab

Please sign in to comment.