Changes between Initial Version and Version 1 of Ticket #24401
- Timestamp:
- 05/23/2013 09:09:50 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24401
-
Property
Component
changed from
Administration
toAppearance
-
Property
Version
changed from
trunk
to3.5
-
Property
Type
changed from
feature request
toenhancement
-
Property
Severity
changed from
trivial
tonormal
-
Property
Component
changed from
-
Ticket #24401 – Description
initial v1 8 8 The full function should look as follows: 9 9 {{{ 10 #!div style="font-size: 80%" 11 Code highlighting: 12 {{{#!php 13 14 public function save() { 10 public function save() { 15 11 if ( ! $this->is_preview() ) 16 12 die; … … 34 30 do_action( 'customize_save_after', $this ); 35 31 die; 36 } 37 38 39 }}} 32 } 40 33 }}} 41 34