Changeset 516609
- Timestamp:
- 03/09/2012 05:00:09 AM (14 years ago)
- Location:
- sharing-is-caring/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
sharing-is-caring.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sharing-is-caring/trunk/readme.txt
r515678 r516609 83 83 * Fixed: using the last post in the loop when on homepage in some instances. 84 84 85 = 1.4.3 = 86 * Fixed: using the homepage url for every post on the homepage 87 85 88 == Upgrade Notice == 86 89 … … 114 117 = 1.4.2 = 115 118 * minor bugfix with shortcode using the wrong url in some uses on the homepage 119 120 = 1.4.3 = 121 * bugfix for posts on the homepage using the homepage url -
sharing-is-caring/trunk/sharing-is-caring.php
r515678 r516609 4 4 Plugin URI: http://michaelbea.com/sharing-is-caring/ 5 5 Description: Displays the social widgets from Facebook, Twitter, Google+ and Pinterest with your posts. Most options for the buttons are customizable in the admin panel. Also adds some meta tags for opengraph and schema.org. 6 Version: 1.4. 26 Version: 1.4.3 7 7 Author: Michael Beacom 8 8 Author URI: http://michaelbea.com … … 616 616 617 617 $widgets= array(); 618 if(i s_single() || is_page()) {618 if(in_the_loop()) { 619 619 $the_link = strip_tags(get_permalink()); 620 $the_title = strip_tags(get_the_title()); 620 $the_title = strip_tags(get_the_title()); 621 621 } else { 622 622 $the_link = get_option('siteurl');
Note: See TracChangeset
for help on using the changeset viewer.