- Timestamp:
- 07/27/2017 12:40:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-theme-control.php
r39326 r41162 21 21 * 22 22 * @since 4.2.0 23 * @access public24 23 * @var string 25 24 */ … … 30 29 * 31 30 * @since 4.2.0 32 * @access public33 31 * @var WP_Theme 34 32 */ … … 39 37 * 40 38 * @since 4.2.0 41 * @access public42 39 * 43 40 * @see WP_Customize_Control::to_json() … … 52 49 * 53 50 * @since 4.2.0 54 * @access public55 51 */ 56 52 public function render_content() {} … … 60 56 * 61 57 * @since 4.2.0 62 * @access public63 58 */ 64 59 public function content_template() {
Note: See TracChangeset
for help on using the changeset viewer.