diff --git a/wp-content/plugins/google-hilite.php b/wp-content/plugins/google-hilite.php index ee457c9e77..ef673a6f01 100644 --- a/wp-content/plugins/google-hilite.php +++ b/wp-content/plugins/google-hilite.php @@ -3,6 +3,7 @@ Plugin Name: Search Hilite Plugin URI: http://wordpress.org/# Description: When someone is referred from a search engine like Google, Yahoo, or WordPress' own, the terms they search for are highlighted with this plugin. Packaged by Matt. +Version: 1.2 Author: Ryan Boren Author URI: http://rboren.nu */ diff --git a/wp-content/plugins/markdown.php b/wp-content/plugins/markdown.php index 7174714b8c..0fba2fdf37 100644 --- a/wp-content/plugins/markdown.php +++ b/wp-content/plugins/markdown.php @@ -2,7 +2,8 @@ /* Plugin Name: MarkDown Plugin URI: http://daringfireball.net/projects/markdown/ -Description: Markdown is a text-to-HTML conversion tool for web writers. Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML. This plugin enables Markdown for your posts and comments. Written by John Gruber in Perl, translated to PHP by Michel Fortin, and made a WP plugin by Matt. If you use this you should disable Textile 1 and 2. +Description: Markdown is a text-to-HTML conversion tool for web writers. Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML. This plugin enables Markdown for your posts and comments. Written by John Gruber in Perl, translated to PHP by Michel Fortin, and made a WP plugin by Matt. If you use this you should disable Textile 1 and 2 because the syntax conflicts. +Version: 1.0b4 Author: John Gruber Author URI: http://daringfireball.net/ */