Plugin Directory

Changeset 699626


Ignore:
Timestamp:
04/18/2013 06:56:24 AM (12 years ago)
Author:
Columcille
Message:

Fixed an issue with notes links going back to the text

Location:
annie
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • annie/tags/2.0.3/annie.php

    r688074 r699626  
    44Plugin URI: http://croberts.me/annie/
    55Description: Provides comprehensive annotation tools for WordPress posts.
    6 Version: 2.0.2
     6Version: 2.0.3
    77Author: Chris Roberts
    88Author URI: http://croberts.me/
     
    117117                'text' => $annie_cleanText,
    118118                '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,
    121121                'useDiv' => true
    122122            );
     
    142142    }
    143143
    144     public // Handle extras when showing content
    145     function process_content($content)
     144    public function process_content($content)
    146145    {
    147146        global $post;
  • annie/tags/2.0.3/readme.txt

    r688074 r699626  
    44Requires at least: 3.0.0
    55Tested up to: 3.5.1
    6 Stable tag: 2.0.2
     6Stable tag: 2.0.3
    77
    88Provides comprehensive annotation tools for WordPress posts.
     
    4141
    4242== Changelog ==
     43
     44= 2.0.3 =
     45* Fixes an issue with links in the notes going back to the text
    4346
    4447= 2.0.2 =
  • annie/trunk/annie.php

    r688074 r699626  
    44Plugin URI: http://croberts.me/annie/
    55Description: Provides comprehensive annotation tools for WordPress posts.
    6 Version: 2.0.2
     6Version: 2.0.3
    77Author: Chris Roberts
    88Author URI: http://croberts.me/
     
    117117                'text' => $annie_cleanText,
    118118                '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,
    121121                'useDiv' => true
    122122            );
     
    142142    }
    143143
    144     public // Handle extras when showing content
    145     function process_content($content)
     144    public function process_content($content)
    146145    {
    147146        global $post;
  • annie/trunk/readme.txt

    r688074 r699626  
    44Requires at least: 3.0.0
    55Tested up to: 3.5.1
    6 Stable tag: 2.0.2
     6Stable tag: 2.0.3
    77
    88Provides comprehensive annotation tools for WordPress posts.
     
    4141
    4242== Changelog ==
     43
     44= 2.0.3 =
     45* Fixes an issue with links in the notes going back to the text
    4346
    4447= 2.0.2 =
Note: See TracChangeset for help on using the changeset viewer.