Changeset 707931
- Timestamp:
- 05/04/2013 03:37:24 PM (13 years ago)
- File:
-
- 1 edited
-
stock-tools/trunk/stock-tools.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stock-tools/trunk/stock-tools.php
r668724 r707931 3 3 * Plugin Name: Stock Tools 4 4 * Description: A WordPress plugin with a set of tools for displaying stock information. 5 * Version: 1. 05 * Version: 1.1 6 6 * Author: Patrick Daly 7 7 * Author URI: http://developdaly.com 8 *9 * Copyright 2013 Patrick Daly <patrick@developdaly.com>10 8 * 11 9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU … … 17 15 */ 18 16 19 add_shortcode( 'stock _tools', 'stock_tools_shortcode' );17 add_shortcode( 'stock-tools', 'stock_tools_shortcode' ); 20 18 21 19 /*
Note: See TracChangeset
for help on using the changeset viewer.