Changeset 52931 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 03/13/2022 09:54:14 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r52422 r52931 236 236 237 237 /** 238 * Retrieve popular WordPress plugin tags.238 * Retrieves popular WordPress plugin tags. 239 239 * 240 240 * @since 2.7.0 … … 262 262 263 263 /** 264 * Displays plugin install dashboard. 265 * 264 266 * @since 2.7.0 265 267 */ … … 343 345 344 346 /** 345 * Upload from zip347 * Displays a form to upload plugins from zip files. 346 348 * 347 349 * @since 2.8.0 … … 362 364 363 365 /** 364 * Show a username form for the favorites page366 * Shows a username form for the favorites page. 365 367 * 366 368 * @since 3.5.0 … … 384 386 385 387 /** 386 * Display plugin content based on plugin list.388 * Displays plugin content based on plugin list. 387 389 * 388 390 * @since 2.7.0 … … 419 421 420 422 /** 421 * Determine the status we can perform on a plugin.423 * Determines the status we can perform on a plugin. 422 424 * 423 425 * @since 3.0.0 … … 509 511 510 512 /** 511 * Display plugin information in dialog box form.513 * Displays plugin information in dialog box form. 512 514 * 513 515 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.