Changeset 44630
- Timestamp:
- 01/17/2019 12:48:59 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r44593 r44630 271 271 function get_plugins( $plugin_folder = '' ) { 272 272 273 if ( ! $cache_plugins = wp_cache_get( 'plugins', 'plugins' ) ) { 273 $cache_plugins = wp_cache_get( 'plugins', 'plugins' ); 274 if ( ! $cache_plugins ) { 274 275 $cache_plugins = array(); 275 276 }
Note: See TracChangeset
for help on using the changeset viewer.