- Timestamp:
- 03/02/2016 06:08:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-partial.php
r36689 r36801 273 273 * @access public 274 274 * 275 * @param WP_Customize_Partial $partial Partial. 276 * @param array $context Context. 275 277 * @return string|array|false 276 278 */ 277 public function render_callback() { 279 public function render_callback( WP_Customize_Partial $partial, $context = array() ) { 280 unset( $partial, $context ); 278 281 return false; 279 282 }
Note: See TracChangeset
for help on using the changeset viewer.