Changeset 2705 for plugins/tinyMce
- Timestamp:
- 10/10/10 15:56:55 (13 years ago)
- Location:
- plugins/tinyMce
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tinyMce/_define.php
r2107 r2705 26 26 /* Description */ 'TinyMCE editor', 27 27 /* Author */ 'Moe (http://gniark.net/)', 28 /* Version */ '0.2. 2',28 /* Version */ '0.2.3', 29 29 /* Permissions */ 'usage,contentadmin' 30 30 ); -
plugins/tinyMce/admin/page.php
r2043 r2705 176 176 177 177 # Magic tweak :) 178 $core->blog->settings->setNameSpace('pages'); 179 178 180 $core->blog->settings->post_url_format = $page_url_format; 181 $core->blog->settings->setNameSpace('system'); 179 182 180 183 $cur->post_type = 'page';
Note: See TracChangeset
for help on using the changeset viewer.