Changeset 719829
- Timestamp:
- 05/29/2013 10:28:31 AM (13 years ago)
- Location:
- menu-helper
- Files:
-
- 7 added
- 2 edited
-
tags/1.1 (added)
-
tags/1.1/css (added)
-
tags/1.1/css/desc.css (added)
-
tags/1.1/includes (added)
-
tags/1.1/includes/description.php (added)
-
tags/1.1/menu-helper.php (added)
-
tags/1.1/readme.txt (added)
-
trunk/menu-helper.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
menu-helper/trunk/menu-helper.php
r719685 r719829 8 8 * Author: Simona Ilie 9 9 * Author URI: http://profiles.wordpress.org/simonailie/ 10 * Version: 1. 010 * Version: 1.1 11 11 * Requires at least: 3.5 12 12 * License: GPLv2 or later … … 38 38 39 39 // Check WordPress Version. Needs to be at least 3.5 40 global $wp_version; 40 41 if ( $wp_version < '3.5' ) { 41 42 echo 'Sorry, to run this plugin you need at least WordPress version 3.5. For customizations you can contact the creator of this plugin;).'; -
menu-helper/trunk/readme.txt
r719685 r719829 4 4 Requires at least: 3.5 5 5 Tested up to: 3.5.1 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.