Changeset 41125
- Timestamp:
- 07/24/2017 02:10:45 PM (7 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r40988 r41125 85 85 * 86 86 * @since 3.5.0 87 * @access p rotected87 * @access public 88 88 * 89 89 * @return bool|WP_Error True if loaded successfully; WP_Error on failure. -
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r40988 r41125 127 127 * 128 128 * @since 3.5.0 129 * @access p rotected129 * @access public 130 130 * 131 131 * @return true|WP_Error True if loaded; WP_Error on failure. -
trunk/src/wp-includes/class-wp-image-editor.php
r38294 r41125 67 67 * 68 68 * @since 3.5.0 69 * @access p rotected69 * @access public 70 70 * @abstract 71 71 *
Note: See TracChangeset
for help on using the changeset viewer.