Make WordPress Core


Ignore:
Timestamp:
06/22/2017 05:47:47 PM (9 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/deprecated.php

    r40607 r40922  
    14651465 *
    14661466 * @since 4.0.0
    1467  * $deprecated 4.6.0
     1467 * @deprecated 4.6.0
     1468 *
     1469 * @link https://core.trac.wordpress.org/ticket/35852
    14681470 *
    14691471 * @global bool $is_safari
Note: See TracChangeset for help on using the changeset viewer.