Changeset 1161374
- Timestamp:
- 05/15/2015 06:13:31 PM (11 years ago)
- Location:
- osd-social-media-sharing
- Files:
-
- 18 added
- 3 edited
-
tags/3.5.1 (added)
-
tags/3.5.1/images (added)
-
tags/3.5.1/images/icon.png (added)
-
tags/3.5.1/images/icons.png (added)
-
tags/3.5.1/images/icons.svg (added)
-
tags/3.5.1/includes (added)
-
tags/3.5.1/includes/OSDSocialShare.php (added)
-
tags/3.5.1/includes/admin_js.js (added)
-
tags/3.5.1/includes/admin_style.css (added)
-
tags/3.5.1/includes/global_settings.php (added)
-
tags/3.5.1/includes/installation_actions.php (added)
-
tags/3.5.1/includes/js.php (added)
-
tags/3.5.1/includes/post_settings.php (added)
-
tags/3.5.1/includes/style.css (added)
-
tags/3.5.1/lang (added)
-
tags/3.5.1/osd_social_media_sharing.php (added)
-
tags/3.5.1/readme.txt (added)
-
tags/3.5.1/uninstall.php (added)
-
trunk/includes/OSDSocialShare.php (modified) (1 diff)
-
trunk/osd_social_media_sharing.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
osd-social-media-sharing/trunk/includes/OSDSocialShare.php
r1161250 r1161374 163 163 foreach ($this->options["services"] as $platform => $link) { 164 164 $button_title = (isset($link['service-name'])) ? $link['service-name'] : ucfirst($platform); 165 $button_title = __("Click to share on ", "osd-sms-domain").$button_title;165 $button_title = ($button_title == 'Email') ? __("Click to share by ", "osd-sms-domain").$button_title : __("Click to share on ", "osd-sms-domain").$button_title; 166 166 $custom_url = (isset($link['url'])) ? $link['url'] : ''; 167 167 -
osd-social-media-sharing/trunk/osd_social_media_sharing.php
r1161250 r1161374 4 4 Plugin URI: http://outsidesource.com 5 5 Description: Add buttons to share any of your content on facebook, twitter, google plus, pinterest, email and more. 6 Version: 3.5 6 Version: 3.5.1 7 7 Author: OSD Web Development Team 8 8 Author URI: http://outsidesource.com -
osd-social-media-sharing/trunk/readme.txt
r1161250 r1161374 4 4 Requires at least: 3.4 5 5 Tested up to: 4.2 6 Stable tag: 3.5 6 Stable tag: 3.5.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.