Make WordPress Core


Ignore:
Timestamp:
12/20/2014 08:55:21 PM (10 years ago)
Author:
wonderboymusic
Message:

Improve some docs for @param. Remove an unneeded $wpdb global import.

See #30799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-image-editor.php

    r30874 r30979  
    195195     * @param int $width
    196196     * @param int $height
     197     * @return true
    197198     */
    198199    protected function update_size( $width = null, $height = null ) {
     
    389390     * @access public
    390391     *
    391      * @return string suffix
     392     * @return false|string suffix
    392393     */
    393394    public function get_suffix() {
Note: See TracChangeset for help on using the changeset viewer.