Make WordPress Core


Ignore:
Timestamp:
01/10/2015 06:56:51 AM (10 years ago)
Author:
wonderboymusic
Message:

Fix some @param docs that have chars too close them.
Add @property annotations to WP_User and WP_Post.
Remove erroneous @params from image editor class methods.
Officially add the property $_column_headers to WP_List_Table.

See #30799.

File:
1 edited

Legend:

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

    r30979 r31127  
    126126     * @abstract
    127127     *
    128      * @param string|int $src The source file or Attachment ID.
    129128     * @param int $src_x The start x position to crop from.
    130129     * @param int $src_y The start y position to crop from.
Note: See TracChangeset for help on using the changeset viewer.