Changeset 326148
- Timestamp:
- 12/26/2010 09:38:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
short-syntax-highlighter/trunk/short-syntaxhighlighter.php
r326145 r326148 106 106 107 107 } 108 add_shortcode( 'php 1', array('WPAPISyntax', 'phpcode') );108 add_shortcode( 'php', array('WPAPISyntax', 'phpcode') ); 109 109 add_shortcode( 'css', array('WPAPISyntax', 'csscode') );
Note: See TracChangeset
for help on using the changeset viewer.