Changeset 32535 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 05/21/2015 10:04:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r32382 r32535 216 216 * @access public 217 217 * 218 * @return boolAlways true.218 * @return true Always true. 219 219 */ 220 220 public function active_callback() { … … 680 680 * 681 681 * @param WP_Customize_Manager $manager {@see WP_Customize_Manager} instance. 682 * @param string $id 683 * @param array $args 682 684 */ 683 685 public function __construct( $manager, $id, $args = array() ) { … … 1124 1126 } 1125 1127 1128 /** 1129 * @return string|null 1130 */ 1126 1131 public function get_current_image_src() { 1127 1132 $src = $this->value(); … … 1130 1135 return $src; 1131 1136 } 1132 return null;1133 1137 } 1134 1138
Note: See TracChangeset
for help on using the changeset viewer.