wp/wp-includes/customize/class-wp-customize-cropped-image-control.php
changeset 21 48c4eec2b7e6
parent 7 cf61fcea0001
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    80 		$this->json['width']       = absint( $this->width );
    80 		$this->json['width']       = absint( $this->width );
    81 		$this->json['height']      = absint( $this->height );
    81 		$this->json['height']      = absint( $this->height );
    82 		$this->json['flex_width']  = absint( $this->flex_width );
    82 		$this->json['flex_width']  = absint( $this->flex_width );
    83 		$this->json['flex_height'] = absint( $this->flex_height );
    83 		$this->json['flex_height'] = absint( $this->flex_height );
    84 	}
    84 	}
    85 
       
    86 }
    85 }