Changes between Version 1 and Version 2 of Ticket #22773, comment 1
- Timestamp:
- 06/30/2014 10:26:57 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22773, comment 1
v1 v2 5 5 6 6 For example if we add through the action hook html code like this: 7 7 {{{ 8 8 <label class="setting"> 9 9 <span><?php _e( 'custom_field' ); ?></span> 10 10 <input type="checkbox" data-setting="custom_field" /> 11 11 </label> 12 12 }}} 13 13 in the shortcut code there will be a custom_field=true, because the media-editor.js already deals with other arguments we add there.