Changeset 805406
- Timestamp:
- 11/16/2013 03:50:39 PM (12 years ago)
- Location:
- rich-tax-description-editor/trunk
- Files:
-
- 2 edited
-
main.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rich-tax-description-editor/trunk/main.php
r789147 r805406 4 4 Plugin URI: http://wordpress.org/support/plugin/rich-tax-description-editor 5 5 Description: Turns Description field on Taxonomy pages into the full scale Rich Text Editor. 6 Version: 1.2. 26 Version: 1.2.3 7 7 Author: Davit Barbakadze 8 8 Author URI: http://wordpress.org/support/profile/jayarjo … … 106 106 107 107 108 function a_99__ after_setup_theme()108 function a_99__wp_loaded() // make sure this runs as late as possible (following after_setup_theme and init) 109 109 { 110 110 foreach (get_taxonomies() as $tax) { … … 147 147 } 148 148 149 149 150 // disable extra sanitization on description field 150 151 function f_0__pre_term_description($description) -
rich-tax-description-editor/trunk/readme.txt
r789148 r805406 4 4 Tags: tag, category, taxonomy, rich text editor 5 5 Requires at least: 3.3 6 Tested up to: 3. 5.17 Stable tag: 1.2. 26 Tested up to: 3.7.1 7 Stable tag: 1.2.3 8 8 9 9 Turns boring Description field on Taxonomy pages into full scale Rich Text Editor. … … 58 58 * Insert rich editors on after_setup_theme, instead of on init. 59 59 60 = 1.2.3 = 61 * Insert rich editors on after_setup_theme, instead of on wp_loaded (as late as possible). 62
Note: See TracChangeset
for help on using the changeset viewer.