Changeset 30979 for trunk/src/wp-includes/class-wp-image-editor.php
- Timestamp:
- 12/20/2014 08:55:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor.php
r30874 r30979 195 195 * @param int $width 196 196 * @param int $height 197 * @return true 197 198 */ 198 199 protected function update_size( $width = null, $height = null ) { … … 389 390 * @access public 390 391 * 391 * @return string suffix392 * @return false|string suffix 392 393 */ 393 394 public function get_suffix() {
Note: See TracChangeset
for help on using the changeset viewer.