Changes between Initial Version and Version 1 of Ticket #21718, comment 4
- Timestamp:
- 09/20/2012 10:14:32 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21718, comment 4
initial v1 2 2 3 3 {{{ 4 set_user_state( 'content_ed_size', $mce_cookie['y'] ); 4 if ( $mce_cookie ) 5 set_user_state( 'content_ed_size', $mce_cookie['y'] ); 5 6 }}}