Changeset 1342870
- Timestamp:
- 02/04/2016 06:12:16 AM (10 years ago)
- Location:
- vicodes
- Files:
-
- 5 edited
-
assets/banner-772x250.jpg (modified) (previous)
-
trunk/assets/css/wpv-shortcodes-admin.css (modified) (1 diff)
-
trunk/inc/shortcodes.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpv-shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vicodes/trunk/assets/css/wpv-shortcodes-admin.css
r1342022 r1342870 42 42 -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, .8); 43 43 box-shadow: 0 0 2px rgba(30, 140, 190, .8); 44 } 45 46 #wpvita-box .mce-foot { 47 margin-top: 15px !important; 44 48 } 45 49 -
vicodes/trunk/inc/shortcodes.php
r1342022 r1342870 279 279 break; 280 280 default: 281 $output = 'Please add tabs or toggles from WPV Shortcode post type.';281 $output = 'Please add tabs or toggles from Vicodes Post type.'; 282 282 return $output; 283 283 } -
vicodes/trunk/readme.txt
r1342070 r1342870 40 40 2. Activate the plugin through the Plugins menu in WordPress. 41 41 42 43 42 == Frequently Asked Questions == 44 43 Coming Soon … … 46 45 == Screenshots == 47 46 48 Coming soon 47 1. Getting started page 48 2. Vicodes icon on the post editor 49 3. Dropdown list of Shortcodes 50 4. Vicodes menu on left 51 5. Alert box popup 52 6. Tabs or Toggles popup 53 7. Dailymotion video popup 49 54 50 55 == Upgrade Notice == -
vicodes/trunk/wpv-shortcodes.php
r1342022 r1342870 11 11 12 12 defined( 'ABSPATH' ) or die("No script kiddies please!"); 13 define( 'WPVSC_VERSION', ' 0.1' );13 define( 'WPVSC_VERSION', '1.0' ); 14 14 define( 'WPVSC_URL', plugins_url( '', __FILE__ ) ); 15 15 define( 'WPV_DOMAIN', 'wpvita' );
Note: See TracChangeset
for help on using the changeset viewer.