Changeset 44674 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 01/21/2019 08:14:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r44630 r44674 469 469 function _get_dropins() { 470 470 $dropins = array( 471 'advanced-cache.php' => array( __( 'Advanced caching plugin.' ), 'WP_CACHE' ), // WP_CACHE472 'db.php' => array( __( 'Custom database class.' ), true ), // auto on load473 'db-error.php' => array( __( 'Custom database error message.' ), true ), // auto on error474 'install.php' => array( __( 'Custom installation script.' ), true ), // auto on installation475 'maintenance.php' => array( __( 'Custom maintenance message.' ), true ), // auto on maintenance476 'object-cache.php' => array( __( 'External object cache.' ), true ), // auto on load477 'php-error.php' => array( __( 'Custom PHP error message.' ), true ), // auto on error478 ' shutdown-handler.php' => array( __( 'Custom PHP shutdownhandler.' ), true ), // auto on error471 'advanced-cache.php' => array( __( 'Advanced caching plugin.' ), 'WP_CACHE' ), // WP_CACHE 472 'db.php' => array( __( 'Custom database class.' ), true ), // auto on load 473 'db-error.php' => array( __( 'Custom database error message.' ), true ), // auto on error 474 'install.php' => array( __( 'Custom installation script.' ), true ), // auto on installation 475 'maintenance.php' => array( __( 'Custom maintenance message.' ), true ), // auto on maintenance 476 'object-cache.php' => array( __( 'External object cache.' ), true ), // auto on load 477 'php-error.php' => array( __( 'Custom PHP error message.' ), true ), // auto on error 478 'fatal-error-handler.php' => array( __( 'Custom PHP fatal error handler.' ), true ), // auto on error 479 479 ); 480 480
Note: See TracChangeset
for help on using the changeset viewer.