Plugin Directory

Changeset 838703


Ignore:
Timestamp:
01/15/2014 12:16:42 AM (12 years ago)
Author:
prometh
Message:

v0.1.1

Location:
seo-internal-link-shortcode
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • seo-internal-link-shortcode/trunk/readme.txt

    r679790 r838703  
    66Tags: category, categories, content, html5, link, links, microdata, microformat, microformats, optimize, optimization, page, pages, permalink, permalinks, plugin, post, posts, relative, schema, schema.org, seo, shortcode, shortcodes, shortlinks, structured-data, tag, tags, taxonomy, url, urls
    77Requires at least: 3.2
    8 Tested up to: 3.5.1
     8Tested up to: 3.8
    99Stable tag: trunk
    1010
     
    4646== Changelog ==
    4747
     48= 0.1.1 =
     49* Bug: Slug links work now
     50
    4851= 0.1 =
    4952* Initial release
  • seo-internal-link-shortcode/trunk/seo-internal-link-shortcode.php

    r678402 r838703  
    44Plugin URI: http://www.svachon.com/blog/seo-internal-link-shortcode-for-wordpress/
    55Description: Internal links to posts, custom-type posts, pages, categories and tags with any HTML attribute(s).
    6 Version: 0.1
     6Version: 0.1.1
    77Author: Steven Vachon
    88Author URI: http://www.svachon.com/
     
    3939        {
    4040            global $wpdb;
    41             $atts['id'] = $wpdb->get_var( $wpdb->prepare("SELECT ID FROM $wpdb->posts WHERE post_name = %s",$slug) );
     41            $atts['id'] = $wpdb->get_var( $wpdb->prepare("SELECT ID FROM $wpdb->posts WHERE post_name = %s",$atts['slug']) );
    4242        }
    4343       
Note: See TracChangeset for help on using the changeset viewer.