Make WordPress Core


Ignore:
Timestamp:
08/11/2022 01:53:51 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Remove code tags from WordPress function names within inline documentation.

Removing these code tags means the function name will be automatically linked on the developer.wordpress.org reference, which is more useful than just seeing the function name.

See #55646

File:
1 edited

Legend:

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

    r52979 r53876  
    903903             *                              'activate', 'deactivate', and 'delete'.
    904904             * @param string   $plugin_file Path to the plugin file relative to the plugins directory.
    905              * @param array    $plugin_data An array of plugin data. See `get_plugin_data()`
     905             * @param array    $plugin_data An array of plugin data. See get_plugin_data()
    906906             *                              and the {@see 'plugin_row_meta'} filter for the list
    907907             *                              of possible values.
     
    923923             *                              'activate', 'deactivate', and 'delete'.
    924924             * @param string   $plugin_file Path to the plugin file relative to the plugins directory.
    925              * @param array    $plugin_data An array of plugin data. See `get_plugin_data()`
     925             * @param array    $plugin_data An array of plugin data. See get_plugin_data()
    926926             *                              and the {@see 'plugin_row_meta'} filter for the list
    927927             *                              of possible values.
     
    945945             *                              this can also include 'network_active' and 'network_only' items.
    946946             * @param string   $plugin_file Path to the plugin file relative to the plugins directory.
    947              * @param array    $plugin_data An array of plugin data. See `get_plugin_data()`
     947             * @param array    $plugin_data An array of plugin data. See get_plugin_data()
    948948             *                              and the {@see 'plugin_row_meta'} filter for the list
    949949             *                              of possible values.
     
    967967             *                              this can also include 'network_active' and 'network_only' items.
    968968             * @param string   $plugin_file Path to the plugin file relative to the plugins directory.
    969              * @param array    $plugin_data An array of plugin data. See `get_plugin_data()`
     969             * @param array    $plugin_data An array of plugin data. See get_plugin_data()
    970970             *                              and the {@see 'plugin_row_meta'} filter for the list
    971971             *                              of possible values.
     
    12301230                     *                            time to next update.
    12311231                     * @param string $plugin_file Path to the plugin file relative to the plugins directory.
    1232                      * @param array  $plugin_data An array of plugin data. See `get_plugin_data()`
     1232                     * @param array  $plugin_data An array of plugin data. See get_plugin_data()
    12331233                     *                            and the {@see 'plugin_row_meta'} filter for the list
    12341234                     *                            of possible values.
     
    12521252                     * @param string $column_name Name of the column.
    12531253                     * @param string $plugin_file Path to the plugin file relative to the plugins directory.
    1254                      * @param array  $plugin_data An array of plugin data. See `get_plugin_data()`
     1254                     * @param array  $plugin_data An array of plugin data. See get_plugin_data()
    12551255                     *                            and the {@see 'plugin_row_meta'} filter for the list
    12561256                     *                            of possible values.
     
    13281328         *
    13291329         * @param string $plugin_file Path to the plugin file relative to the plugins directory.
    1330          * @param array  $plugin_data An array of plugin data. See `get_plugin_data()`
     1330         * @param array  $plugin_data An array of plugin data. See get_plugin_data()
    13311331         *                            and the {@see 'plugin_row_meta'} filter for the list
    13321332         *                            of possible values.
     
    13491349         *
    13501350         * @param string $plugin_file Path to the plugin file relative to the plugins directory.
    1351          * @param array  $plugin_data An array of plugin data. See `get_plugin_data()`
     1351         * @param array  $plugin_data An array of plugin data. See get_plugin_data()
    13521352         *                            and the {@see 'plugin_row_meta'} filter for the list
    13531353         *                            of possible values.
Note: See TracChangeset for help on using the changeset viewer.