Changeset 531602
- Timestamp:
- 04/16/2012 04:29:26 AM (14 years ago)
- Location:
- wp-pde/trunk
- Files:
-
- 4 edited
-
main/css/wp-pde.dev.css (modified) (1 diff)
-
main/pde-form.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-pde.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-pde/trunk/main/css/wp-pde.dev.css
r527263 r531602 13 13 14 14 .toplevel_page_wp_pde #post-body-content { 15 width: auto; 15 16 margin-right: 200px; 16 17 } -
wp-pde/trunk/main/pde-form.php
r527263 r531602 109 109 global $_ww_pde_plugin_max_depth; 110 110 if( !isset($_ww_pde_plugin_max_depth) ) 111 $_ww_pde_plugin_max_depth = 11;111 $_ww_pde_plugin_max_depth = 8; 112 112 return "$classes form-max-depth-$_ww_pde_plugin_max_depth"; 113 113 } -
wp-pde/trunk/readme.txt
r530320 r531602 5 5 Requires at least: 3.3 6 6 Tested up to: 3.3.1 7 Stable tag: 0.9. 27 Stable tag: 0.9.3 8 8 9 9 A development environment for creating plugins with support for widgets, actions and hooks. … … 91 91 == Changelog == 92 92 93 = 0.9.3 = 94 95 * Compatibility changes for Wordpress 3.4 beta 2 96 93 97 = 0.9.2 = 94 98 -
wp-pde/trunk/wp-pde.php
r530311 r531602 4 4 Plugin URI: http://wp-pde.jaliansystems.com 5 5 Description: Plugin development environment for Wordpress 6 Version: 0.9. 26 Version: 0.9.3 7 7 Author: Dakshinamurthy Karra 8 8 Author URI: http://wp-pde.jaliansystems.com
Note: See TracChangeset
for help on using the changeset viewer.