Plugin Directory

Changeset 137348


Ignore:
Timestamp:
07/21/2009 09:42:02 AM (17 years ago)
Author:
FractalizeR
Message:
 
Location:
wp-synhighlight/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-synhighlight/trunk/README.txt

    r126108 r137348  
    22Tags: syntax highlight, syntax, highlight, formatting, code, syntax highlighting, code formatting, syntax formatting, geshi
    33Requires at least: 2.5
    4 Tested up to: 2.8
    5 Stable tag: 0.92
     4Tested up to: 2.8.2
     5Stable tag: 0.93
    66
    77Plugin provides syntax highlighting for about 116 programming languages via Geshi.
     
    141141== Version history ==
    142142
     143**0.93**
     144
     145* css stylesheet path problem fixed. Thanks to Warun Kietduriyakul for reporting a bug.
     146
    143147**0.92**
    144148
  • wp-synhighlight/trunk/modules/styles.php

    r89680 r137348  
    22function wp_synhighlight_head()
    33{
    4   $css_url = get_bloginfo("wpurl") . "/wp-content/plugins/wp-synhighlighter/wp-synhighlighter.css";
     4  $css_url = get_bloginfo("wpurl") . "/wp-content/plugins/wp-synhighlight/wp-synhighlighter.css";
    55  if (file_exists(TEMPLATEPATH . "/wp-synhighlighter.css"))
    66  {
  • wp-synhighlight/trunk/wp-synhighlighter.php

    r126347 r137348  
    44Plugin URI: http://www.fractalizer.ru/freeware-projects/wordpress-plugins/wp-synhighlight/
    55Description: Syntax highlighting using shortcodes [codesyntax lang="php"] Your code goes here [/codesyntax]. Please see README.txt and screenshots for more information
    6 Version: 0.92
     6Version: 0.93
    77Author: Vladislav "FractalizeR" Rastrusny
    88Author URI: http://www.fractalizer.ru
Note: See TracChangeset for help on using the changeset viewer.