Changeset 1174477
- Timestamp:
- 06/04/2015 02:41:05 PM (11 years ago)
- Location:
- rtsyntax/trunk
- Files:
-
- 1 added
- 3 edited
-
. (modified) (1 prop)
-
readme.txt (modified) (2 diffs)
-
rtsyntax.php (modified) (2 diffs)
-
wercker.yml (added)
Legend:
- Unmodified
- Added
- Removed
-
rtsyntax/trunk
- Property svn:ignore
-
rtsyntax/trunk/readme.txt
r1132565 r1174477 4 4 Requires at least: 3.0 5 5 Tested up to: 4.1 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 51 51 == Changelog == 52 52 53 = 1.0.5 = 54 * Fixed: TypeError: $ is not a function [sagarjadhav](https://profiles.wordpress.org/sagarjadhav/) 55 53 56 = 1.0.4 = 54 57 * javascript fix by [harishchaudhari](https://profiles.wordpress.org/harishchaudhari/) -
rtsyntax/trunk/rtsyntax.php
r1132565 r1174477 5 5 Author: rtCamp 6 6 Author URI: http://rtcamp.com 7 Version: 1.0. 47 Version: 1.0.5 8 8 Description: A no-fuss, lightweight, fast and optimised syntax highlighter for WordPress 9 9 Contributors: rtcamp, rahul286, JoshuaAbenazer … … 113 113 public function onload() { ?> 114 114 <script> 115 $( function() {115 jQuery(function ($) { 116 116 if( typeof hljs === 'object' ) { 117 117 hljs.initHighlightingOnLoad();
Note: See TracChangeset
for help on using the changeset viewer.