Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:12:39 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections for plugin and theme installation and updates.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-plugins-list-table.php

    r48092 r48105  
    10071007                     * @since 2.8.0
    10081008                     *
    1009                      * @param string[] $plugin_meta An array of the plugin's metadata,
    1010                      *                              including the version, author,
    1011                      *                              author URI, and plugin URI.
     1009                     * @param string[] $plugin_meta An array of the plugin's metadata, including
     1010                     *                              the version, author, author URI, and plugin URI.
    10121011                     * @param string   $plugin_file Path to the plugin file relative to the plugins directory.
    10131012                     * @param array    $plugin_data An array of plugin data.
     
    10171016                     */
    10181017                    $plugin_meta = apply_filters( 'plugin_row_meta', $plugin_meta, $plugin_file, $plugin_data, $status );
     1018
    10191019                    echo implode( ' | ', $plugin_meta );
    10201020
     
    10901090                     * @since 5.5.0
    10911091                     *
    1092                      * @param string $html        The HTML of the plugin's auto-update column content,
    1093                      *                            including toggle auto-update action links and time to next update.
     1092                     * @param string $html        The HTML of the plugin's auto-update column content, including
     1093                     *                            toggle auto-update action links and time to next update.
    10941094                     * @param string $plugin_file Path to the plugin file relative to the plugins directory.
    10951095                     * @param array  $plugin_data An array of plugin data.
Note: See TracChangeset for help on using the changeset viewer.