Plugin Directory

Changeset 1161374


Ignore:
Timestamp:
05/15/2015 06:13:31 PM (11 years ago)
Author:
osdwebdev
Message:

Corrected grammar issue

Location:
osd-social-media-sharing
Files:
18 added
3 edited

Legend:

Unmodified
Added
Removed
  • osd-social-media-sharing/trunk/includes/OSDSocialShare.php

    r1161250 r1161374  
    163163        foreach ($this->options["services"] as $platform => $link) {
    164164            $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;
    166166            $custom_url = (isset($link['url'])) ? $link['url'] : '';
    167167
  • osd-social-media-sharing/trunk/osd_social_media_sharing.php

    r1161250 r1161374  
    44Plugin URI: http://outsidesource.com
    55Description: Add buttons to share any of your content on facebook, twitter, google plus, pinterest, email and more.
    6 Version: 3.5
     6Version: 3.5.1
    77Author: OSD Web Development Team
    88Author URI: http://outsidesource.com
  • osd-social-media-sharing/trunk/readme.txt

    r1161250 r1161374  
    44Requires at least: 3.4
    55Tested up to: 4.2
    6 Stable tag: 3.5
     6Stable tag: 3.5.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.