Plugin Directory

Changeset 707931


Ignore:
Timestamp:
05/04/2013 03:37:24 PM (13 years ago)
Author:
Developdaly
Message:

Changed shortcode to use hyphen, since that's what all the documentation references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stock-tools/trunk/stock-tools.php

    r668724 r707931  
    33 * Plugin Name: Stock Tools
    44 * Description: A WordPress plugin with a set of tools for displaying stock information.
    5  * Version: 1.0
     5 * Version: 1.1
    66 * Author: Patrick Daly
    77 * Author URI: http://developdaly.com
    8  *
    9  * Copyright 2013 Patrick Daly <patrick@developdaly.com>
    108 *
    119 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU
     
    1715 */
    1816
    19 add_shortcode( 'stock_tools', 'stock_tools_shortcode' );
     17add_shortcode( 'stock-tools', 'stock_tools_shortcode' );
    2018
    2119/*
Note: See TracChangeset for help on using the changeset viewer.