Changeset 59094 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 09/26/2024 01:48:06 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r58975 r59094 601 601 602 602 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/documentation/article/plugins-themes-auto-updates/">Documentation on Auto-updates</a>' ) . '</p>'; 603 } 604 605 if ( current_user_can( 'install_plugins' ) ) { 606 get_current_screen()->add_help_tab( 607 array( 608 'id' => 'plugins-dependencies', 609 'title' => __( 'Dependencies' ), 610 'content' => 611 '<p>' . __( 'Plugin Dependencies aims to make the process of installing and activating add-ons (dependents) and the plugins they rely on (dependencies) consistent and easy.' ) . '</p>' . 612 '<p>' . __( 'If a required plugin is deleted, a notice will be displayed on the Plugin administration screen informing the user that there is some missing dependencies to install and/or activate. Additionally, each plugin whose dependencies are not met will have an error notice on their plugin row.' ) . '</p>' . 613 '<p>' . __( 'If a dependent plugin is missing some dependencies, its activation button will be disabled until the required dependencies are activated.' ) . '</p>', 614 ) 615 ); 603 616 } 604 617
Note: See TracChangeset
for help on using the changeset viewer.