Make WordPress Core


Ignore:
Timestamp:
12/27/2016 09:20:11 AM (6 years ago)
Author:
johnbillion
Message:

Docs: Add and correct @since docs for a variety of functions and methods.

Props keesiemeijer, chris_dev
Fixes #39343, #39357, #39344
See #39130

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api.php

    r39400 r39638  
    988988/**
    989989 * Validate a value based on a schema.
     990 *
     991 * @since 4.7.0
    990992 *
    991993 * @param mixed  $value The value to validate.
     
    11111113 * Sanitize a value based on a schema.
    11121114 *
     1115 * @since 4.7.0
     1116 *
    11131117 * @param mixed $value The value to sanitize.
    11141118 * @param array $args  Schema array to use for sanitization.
Note: See TracChangeset for help on using the changeset viewer.