Make WordPress Core


Ignore:
Timestamp:
02/09/2018 04:54:58 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Add missing code formatting to various @since entries.

See #42505

File:
1 edited

Legend:

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

    r42648 r42678  
    220220     *
    221221     * @since 2.8.0
    222      * @since 4.9.0 Adds $plugin param.
     222     * @since 4.9.0 Added the `$plugin` parameter.
    223223     *
    224224     * @param string $plugin Plugin file.
     
    340340 * @param array $args {
    341341 *     Args. Note that all of the arg values are already unslashed. They are, however,
    342  *     coming straight from $_POST and are not validated or sanitized in any way.
     342 *     coming straight from `$_POST` and are not validated or sanitized in any way.
    343343 *
    344344 *     @type string $file       Relative path to file.
Note: See TracChangeset for help on using the changeset viewer.