Changeset 49936 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 01/05/2021 05:14:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r49927 r49936 1232 1232 * 1233 1233 * @param string $plugin Path to the plugin file relative to the plugins directory. 1234 * @return true True if a plugin's uninstall.php file has been found and included. 1234 * @return true|void True if a plugin's uninstall.php file has been found and included. 1235 * Void otherwise. 1235 1236 */ 1236 1237 function uninstall_plugin( $plugin ) {
Note: See TracChangeset
for help on using the changeset viewer.