Changeset 699626
- Timestamp:
- 04/18/2013 06:56:24 AM (12 years ago)
- Location:
- annie
- Files:
-
- 2 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
annie/tags/2.0.3/annie.php
r688074 r699626 4 4 Plugin URI: http://croberts.me/annie/ 5 5 Description: Provides comprehensive annotation tools for WordPress posts. 6 Version: 2.0. 26 Version: 2.0.3 7 7 Author: Chris Roberts 8 8 Author URI: http://croberts.me/ … … 117 117 'text' => $annie_cleanText, 118 118 'class' => 'annie_footnoteRef annie_custom', 119 'name' => ' "foot_loc_'. $post->ID . '_'. $this->footcount .'"',120 'item' => 'foot_tip_'. $post->ID . "_". $this->footcount,119 'name' => 'foot_loc_'. $post->ID . '_'. $this->footcount, 120 'item' => 'foot_tip_'. $post->ID . '_'. $this->footcount, 121 121 'useDiv' => true 122 122 ); … … 142 142 } 143 143 144 public // Handle extras when showing content 145 function process_content($content) 144 public function process_content($content) 146 145 { 147 146 global $post; -
annie/tags/2.0.3/readme.txt
r688074 r699626 4 4 Requires at least: 3.0.0 5 5 Tested up to: 3.5.1 6 Stable tag: 2.0. 26 Stable tag: 2.0.3 7 7 8 8 Provides comprehensive annotation tools for WordPress posts. … … 41 41 42 42 == Changelog == 43 44 = 2.0.3 = 45 * Fixes an issue with links in the notes going back to the text 43 46 44 47 = 2.0.2 = -
annie/trunk/annie.php
r688074 r699626 4 4 Plugin URI: http://croberts.me/annie/ 5 5 Description: Provides comprehensive annotation tools for WordPress posts. 6 Version: 2.0. 26 Version: 2.0.3 7 7 Author: Chris Roberts 8 8 Author URI: http://croberts.me/ … … 117 117 'text' => $annie_cleanText, 118 118 'class' => 'annie_footnoteRef annie_custom', 119 'name' => ' "foot_loc_'. $post->ID . '_'. $this->footcount .'"',120 'item' => 'foot_tip_'. $post->ID . "_". $this->footcount,119 'name' => 'foot_loc_'. $post->ID . '_'. $this->footcount, 120 'item' => 'foot_tip_'. $post->ID . '_'. $this->footcount, 121 121 'useDiv' => true 122 122 ); … … 142 142 } 143 143 144 public // Handle extras when showing content 145 function process_content($content) 144 public function process_content($content) 146 145 { 147 146 global $post; -
annie/trunk/readme.txt
r688074 r699626 4 4 Requires at least: 3.0.0 5 5 Tested up to: 3.5.1 6 Stable tag: 2.0. 26 Stable tag: 2.0.3 7 7 8 8 Provides comprehensive annotation tools for WordPress posts. … … 41 41 42 42 == Changelog == 43 44 = 2.0.3 = 45 * Fixes an issue with links in the notes going back to the text 43 46 44 47 = 2.0.2 =
Note: See TracChangeset
for help on using the changeset viewer.