Changeset 137348
- Timestamp:
- 07/21/2009 09:42:02 AM (17 years ago)
- Location:
- wp-synhighlight/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
modules/styles.php (modified) (1 diff)
-
wp-synhighlighter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-synhighlight/trunk/README.txt
r126108 r137348 2 2 Tags: syntax highlight, syntax, highlight, formatting, code, syntax highlighting, code formatting, syntax formatting, geshi 3 3 Requires at least: 2.5 4 Tested up to: 2.8 5 Stable tag: 0.9 24 Tested up to: 2.8.2 5 Stable tag: 0.93 6 6 7 7 Plugin provides syntax highlighting for about 116 programming languages via Geshi. … … 141 141 == Version history == 142 142 143 **0.93** 144 145 * css stylesheet path problem fixed. Thanks to Warun Kietduriyakul for reporting a bug. 146 143 147 **0.92** 144 148 -
wp-synhighlight/trunk/modules/styles.php
r89680 r137348 2 2 function wp_synhighlight_head() 3 3 { 4 $css_url = get_bloginfo("wpurl") . "/wp-content/plugins/wp-synhighlight er/wp-synhighlighter.css";4 $css_url = get_bloginfo("wpurl") . "/wp-content/plugins/wp-synhighlight/wp-synhighlighter.css"; 5 5 if (file_exists(TEMPLATEPATH . "/wp-synhighlighter.css")) 6 6 { -
wp-synhighlight/trunk/wp-synhighlighter.php
r126347 r137348 4 4 Plugin URI: http://www.fractalizer.ru/freeware-projects/wordpress-plugins/wp-synhighlight/ 5 5 Description: Syntax highlighting using shortcodes [codesyntax lang="php"] Your code goes here [/codesyntax]. Please see README.txt and screenshots for more information 6 Version: 0.9 26 Version: 0.93 7 7 Author: Vladislav "FractalizeR" Rastrusny 8 8 Author URI: http://www.fractalizer.ru
Note: See TracChangeset
for help on using the changeset viewer.