Make WordPress Core


Ignore:
Timestamp:
06/22/2017 05:47:47 PM (6 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize and add missing deprecation notations in DocBlocks for the following functions:

  • post_form_autocomplete_off()
  • _rotate_image_resource()
  • _flip_image_resource()
  • wp_get_sites()
  • deactivate_sitewide_plugin()

Props jrf.
See #41121.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/image-edit.php

    r39314 r40922  
    381381 *
    382382 * @since 2.9.0
     383 * @deprecated 3.5.0 Use WP_Image_Editor::rotate()
     384 * @see WP_Image_Editor::rotate()
    383385 *
    384386 * @ignore
     
    403405 *
    404406 * @since 2.9.0
     407 * @deprecated 3.5.0 Use WP_Image_Editor::flip()
     408 * @see WP_Image_Editor::flip()
    405409 *
    406410 * @ignore
Note: See TracChangeset for help on using the changeset viewer.