Changeset 341388
- Timestamp:
- 02/06/2011 01:03:09 AM (15 years ago)
- Location:
- web-editors-cms/trunk
- Files:
-
- 2 edited
-
init.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
web-editors-cms/trunk/init.php
r341373 r341388 4 4 Plugin URI: http://wordpress.org/extend/plugins/web-editors-cms/ 5 5 Description: A collection of plugins that optimize WordPress to use as a CMS. Includes our custom plugins and some extra's. 6 Version: 0.5.06 Version: 1.0 7 7 Author: Alex Morales 8 8 Author URI: http://www.webeditors.com/web-editors-cms … … 21 21 along with this program; if not, write to the Free Software 22 22 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 23 */24 25 26 //add default options27 /*28 add_option($name, $value, $deprecated = '', $autoload = "yes");29 add_option($name, $value, $deprecated = '', $autoload = "yes");30 add_option($name, $value, $deprecated = '', $autoload = "yes");31 add_option($name, $value, $deprecated = '', $autoload = "yes");32 add_option($name, $value, $deprecated = '', $autoload = "yes");33 23 */ 34 24 -
web-editors-cms/trunk/readme.txt
r341383 r341388 5 5 Requires at least: 3.0 6 6 Tested up to: 3.0.4 7 Stable tag: 0.5.07 Stable tag: trunk 8 8 9 9 Allows you to rock WordPress 3 as a full blown CMS!
Note: See TracChangeset
for help on using the changeset viewer.