Changeset 1889407
- Timestamp:
- 06/08/2018 06:16:51 AM (8 years ago)
- Location:
- wp-tocjs/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-tocjs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-tocjs/trunk/readme.txt
r1848102 r1889407 55 55 == Changelog == 56 56 57 = 0.1.7 = 58 * Bug fix. 59 57 60 = 0.1.6 = 58 61 * Bug fix. -
wp-tocjs/trunk/wp-tocjs.php
r1848102 r1889407 4 4 Plugin URI: http://e-joint.jp/works/wp-tocjs/ 5 5 Description: A WordPress plugin that makes Table of Contents automatically. 6 Version: 0.1. 66 Version: 0.1.7 7 7 Author: e-JOINT.jp 8 8 Author URI: http://e-joint.jp … … 323 323 public function generate_scripts() { ?> 324 324 <script> 325 $("<?php echo $this->default_option('src') ?>").tocjs({325 jQuery("<?php echo $this->default_option('src') ?>").tocjs({ 326 326 excludes: "<?php echo $this->default_option('excludes'); ?>", 327 327 headingNumber: "<?php echo $this->options['heading_number']; ?>",
Note: See TracChangeset
for help on using the changeset viewer.