Make WordPress Core


Ignore:
Timestamp:
03/13/2022 09:54:14 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Miscellaneous fixes in wp-admin/includes/plugin-install.php and wp-admin/includes/plugin.php.

See #54729.

File:
1 edited

Legend:

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

    r52422 r52931  
    236236
    237237/**
    238  * Retrieve popular WordPress plugin tags.
     238 * Retrieves popular WordPress plugin tags.
    239239 *
    240240 * @since 2.7.0
     
    262262
    263263/**
     264 * Displays plugin install dashboard.
     265 *
    264266 * @since 2.7.0
    265267 */
     
    343345
    344346/**
    345  * Upload from zip
     347 * Displays a form to upload plugins from zip files.
    346348 *
    347349 * @since 2.8.0
     
    362364
    363365/**
    364  * Show a username form for the favorites page
     366 * Shows a username form for the favorites page.
    365367 *
    366368 * @since 3.5.0
     
    384386
    385387/**
    386  * Display plugin content based on plugin list.
     388 * Displays plugin content based on plugin list.
    387389 *
    388390 * @since 2.7.0
     
    419421
    420422/**
    421  * Determine the status we can perform on a plugin.
     423 * Determines the status we can perform on a plugin.
    422424 *
    423425 * @since 3.0.0
     
    509511
    510512/**
    511  * Display plugin information in dialog box form.
     513 * Displays plugin information in dialog box form.
    512514 *
    513515 * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.