Make WordPress Core


Ignore:
Timestamp:
10/10/2020 08:00:30 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Standardise the type name for booleans and integers.

This brings these docs inline with the documentation standards.

Props ravipatel, justinahinon

Fixes #51426

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r49108 r49120  
    55755575     * @since 2.8.0
    55765576     *
    5577      * @param integer $post_ID   Post ID.
    5578      * @param array   $enclosure Enclosure data.
     5577     * @param int  $post_ID   Post ID.
     5578     * @param array $enclosure Enclosure data.
    55795579     */
    55805580    public function add_enclosure_if_new( $post_ID, $enclosure ) {
Note: See TracChangeset for help on using the changeset viewer.