- Timestamp:
- 02/29/2016 12:39:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-image-control.php
r35389 r36769 32 32 parent::__construct( $manager, $id, $args ); 33 33 34 $this->button_labels = array(34 $this->button_labels = wp_parse_args( $this->button_labels, array( 35 35 'select' => __( 'Select Image' ), 36 36 'change' => __( 'Change Image' ), … … 40 40 'frame_title' => __( 'Select Image' ), 41 41 'frame_button' => __( 'Choose Image' ), 42 ) ;42 ) ); 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.