Changeset 47093 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 01/20/2020 03:41:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r46811 r47093 457 457 '<p>' . __( 'Most of the time, plugins play nicely with the core of WordPress and with other plugins. Sometimes, though, a plugin’s code will get in the way of another plugin, causing compatibility issues. If your site starts doing strange things, this may be the problem. Try deactivating all your plugins and re-activating them in various combinations until you isolate which one(s) caused the issue.' ) . '</p>' . 458 458 '<p>' . sprintf( 459 /* translators: WP_PLUGIN_DIR constant value. */459 /* translators: %s: WP_PLUGIN_DIR constant value. */ 460 460 __( 'If something goes wrong with a plugin and you can’t use WordPress, delete or rename that file in the %s directory and it will be automatically deactivated.' ), 461 461 '<code>' . WP_PLUGIN_DIR . '</code>'
Note: See TracChangeset
for help on using the changeset viewer.