Changeset 836574
- Timestamp:
- 01/11/2014 08:46:27 AM (12 years ago)
- Location:
- wp-multitasking/trunk
- Files:
-
- 2 added
- 2 edited
-
includes/permalinks.php (added)
-
readme.txt (modified) (2 diffs)
-
screenshot-5.jpg (added)
-
wp-multitasking.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-multitasking/trunk/readme.txt
r831074 r836574 72 72 3. Welcome popup settings. 73 73 4. Exit popup settings. 74 5. Remove base slug from custom post type 74 75 75 76 == Changelog == 77 78 = 0.1.3 = 79 * Remove base slug from custom post type 80 * Only display AddQuickTag menu when AddQuickTag plugin is actived 76 81 77 82 = 0.1.2 = … … 89 94 == Upgrade Notice == 90 95 91 = 0.1. 1=92 There is a new version - WP MultiTasking Plugin for WordPress available. 96 = 0.1.3 = 97 Remove slug from custom post type -
wp-multitasking/trunk/wp-multitasking.php
r831074 r836574 4 4 Plugin URI: http://wordpress.org/plugins/wp-multitasking/ 5 5 Description: This plugin is synthetic utility for your WordPress site 6 Version: 0.1. 26 Version: 0.1.3 7 7 Author: thangnv27 8 8 Author URI: http://ppo.vn/ … … 131 131 require_once WPMT_PLUGIN_DIR . '/includes/shortcode_markid.php'; 132 132 require_once WPMT_PLUGIN_DIR . '/includes/addquicktag_cpt.php'; 133 require_once WPMT_PLUGIN_DIR . '/includes/permalinks.php'; 133 134 require_once WPMT_PLUGIN_DIR . '/includes/floating-popup/welcome-popup.php'; 134 135 require_once WPMT_PLUGIN_DIR . '/includes/floating-popup/exit-popup.php';
Note: See TracChangeset
for help on using the changeset viewer.