Changeset 144397
- Timestamp:
- 08/10/2009 02:18:01 PM (17 years ago)
- Location:
- wp-synhighlight/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
modules/highlighter.php (modified) (1 diff)
-
wp-synhighlighter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-synhighlight/trunk/README.txt
r144363 r144397 3 3 Requires at least: 2.5 4 4 Tested up to: 2.8.2 5 Stable tag: 0.96 5 Stable tag: 0.961 6 6 7 7 Plugin provides syntax highlighting for about 116 programming languages via Geshi. -
wp-synhighlight/trunk/modules/highlighter.php
r144363 r144397 27 27 28 28 //Replacing invalidly formatted quotes 29 $find [] = '/̶(0|1 );/';29 $find [] = '/̶(0|1|2);/'; 30 30 $replace [] = '"'; 31 32 $find [] = '/″/'; 33 $replace [] = '"'; 34 35 $find [] = '/′/'; 36 $replace [] = "'"; 37 31 38 $find [] = '/̵(6|7);/'; 32 39 $replace [] = "'"; -
wp-synhighlight/trunk/wp-synhighlighter.php
r144363 r144397 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.96 6 Version: 0.961 7 7 Author: Vladislav "FractalizeR" Rastrusny 8 8 Author URI: http://www.fractalizer.ru
Note: See TracChangeset
for help on using the changeset viewer.