Skip to content

Commit

Permalink
Merge pull request #956 from WordPress/update/plugin-headers
Browse files Browse the repository at this point in the history
Plugin: update header info in preparation for directory release.
  • Loading branch information
mtias committed Jun 2, 2017
2 parents a5c1487 + 9995df6 commit bb3c1c3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php
/**
* Plugin Name: Gutenberg
* Plugin URI: https://wordpress.github.io/gutenberg/
* Description: Prototyping since 1440. Development plugin for the editor focus in core.
* Plugin URI: https://github.com/WordPress/gutenberg
* Description: Prototyping since 1440. This is the development plugin for the new block editor in core. <strong>Meant for development, do not run on real sites.</strong>
* Version: 0.1.0
* Author: Gutenberg Team
*
* @package gutenberg
*/
Expand All @@ -27,7 +28,6 @@ function gutenberg_menu() {
}
add_action( 'admin_menu', 'gutenberg_menu' );


$wp_registered_blocks = array();

/**
Expand Down Expand Up @@ -537,10 +537,7 @@ function gutenberg_scripts_and_styles( $hook ) {
// Initialize the editor.
wp_add_inline_script( 'wp-editor', 'wp.editor.createEditorInstance( \'editor\', _wpGutenbergPost );' );

/**
* Styles
*/

// Adding styles.
wp_enqueue_style(
'wp-editor-font',
'https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i'
Expand Down

0 comments on commit bb3c1c3

Please sign in to comment.