Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24401


Ignore:
Timestamp:
05/23/2013 09:09:50 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24401

    • Property Component changed from Administration to Appearance
    • Property Version changed from trunk to 3.5
    • Property Type changed from feature request to enhancement
    • Property Severity changed from trivial to normal
  • Ticket #24401 – Description

    initial v1  
    88The full function should look as follows:
    99{{{
    10 #!div style="font-size: 80%"
    11 Code highlighting:
    12   {{{#!php
    13 
    14 public function save() {
     10        public function save() {
    1511                if ( ! $this->is_preview() )
    1612                        die;
     
    3430                do_action( 'customize_save_after', $this );
    3531                die;
    36 }
    37 
    38 
    39   }}}
     32        }
    4033}}}
    4134