| 3791 | | |
| 3792 | | // This function will try to load a plugin in multiple passes. It tries to |
| 3793 | | // load the plugin from either the plugin or unsupported directory, using |
| 3794 | | // both naming schemes in this order: |
| 3795 | | // 1. /plugins -> CurrentNamingScheme |
| 3796 | | // 2. /plugins -> old-naming-scheme |
| 3797 | | // 3. /unsupported -> CurrentNamingScheme |
| 3798 | | // 4. /unsupported -> old-naming-scheme |
| 3799 | | |
| | 3791 | |
| | 3792 | /** This function will try to load a plugin in multiple passes. It tries to |
| | 3793 | * load the plugin from either the plugin or unsupported directory, using |
| | 3794 | * both naming schemes in this order: |
| | 3795 | * 1. /plugins -> CurrentNamingScheme |
| | 3796 | * 2. /plugins -> old-naming-scheme |
| | 3797 | * 3. /unsupported -> CurrentNamingScheme |
| | 3798 | * 4. /unsupported -> old-naming-scheme |
| | 3799 | */ |