Changeset 784999
- Timestamp:
- 10/09/2013 02:25:01 AM (12 years ago)
- Location:
- itunes-affiliate-link-maker/trunk
- Files:
-
- 2 edited
-
itunes-affiliate.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
itunes-affiliate-link-maker/trunk/itunes-affiliate.php
r779050 r784999 6 6 Author: Greg Tangey 7 7 Author URI: http://ignite.digitalignition.net/ 8 Version: 0.6. 28 Version: 0.6.3 9 9 */ 10 10 … … 123 123 add_shortcode('itunes', 'ita_link'); 124 124 125 if ( ereg('/wp-admin/', $_SERVER['REQUEST_URI'])) { // just load in admin125 if (preg_match('/\/wp-admin\//', $_SERVER['REQUEST_URI'])) { // just load in admin 126 126 wp_enqueue_script( 'jquery-ui-dialog' ); 127 127 wp_enqueue_style( 'ita-jquery-ui', plugins_url('/itunes-affiliate-link-maker/ita-jquery-ui.css'), array(), '0.11', 'screen' ); -
itunes-affiliate-link-maker/trunk/readme.txt
r779050 r784999 5 5 Requires at least: 3.6.0 6 6 Tested up to: 3.6.1 7 Stable tag: 0.6. 27 Stable tag: 0.6.3 8 8 9 9 The plugin will add a button to the visual editor to run the iTunes Link Generator and offers link masking to hide your affiliate junk.
Note: See TracChangeset
for help on using the changeset viewer.