Plugin Directory

Changeset 666054


Ignore:
Timestamp:
02/10/2013 11:17:56 PM (13 years ago)
Author:
JonBishop
Message:

Added strip_tags() to og:title

Location:
socialize
Files:
36 added
3 edited

Legend:

Unmodified
Added
Removed
  • socialize/trunk/frontend/socialize-og.php

    r559210 r666054  
    4343
    4444            $og_properties = array(
    45                 'og:title' => $post->post_title,
     45                'og:title' => strip_tags($post->post_title),
    4646                'og:type' => 'article',
    4747                'og:url' => get_permalink(),
  • socialize/trunk/readme.txt

    r665975 r666054  
    55Requires at least: 2.7
    66Tested up to: 3.5.1
    7 Stable tag: 2.2.2
     7Stable tag: 2.2.3
    88
    99Provides an easy way to selectively add actionable social sharing buttons to your posts content or below the post in a 'Call To Action' box.
     
    7979== Changelog ==
    8080
    81 The current version is 2.2.2 (2013.02.09)
     81The current version is 2.2.3 (2013.02.09)
     82
     83= 2.2.3 (2013.02.09) =
     84* Added strip_tags() to og:title
    8285
    8386= 2.2.2 (2013.02.09) =
  • socialize/trunk/socialize.php

    r665975 r666054  
    44  Plugin URI: http://www.jonbishop.com/downloads/wordpress-plugins/socialize/
    55  Description: Adds actionable social sharing buttons to your site
    6   Version: 2.2.2
     6  Version: 2.2.3
    77  Author: Jon Bishop
    88  Author URI: http://www.jonbishop.com
Note: See TracChangeset for help on using the changeset viewer.