Changeset 13551 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
- Timestamp:
- 04/17/2024 06:39:46 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r13443 r13551 146 146 147 147 if ( $unmet_dependencies ) { 148 $this->warnings['unmet_dependencies'] = $ requires_plugins_unmet;149 150 throw new Exception( Readme_Validator::instance()->translate_code_to_message( 'unmet_dependencies', $ requires_plugins_unmet) );148 $this->warnings['unmet_dependencies'] = $unmet_dependencies; 149 150 throw new Exception( Readme_Validator::instance()->translate_code_to_message( 'unmet_dependencies', $unmet_dependencies ) ); 151 151 } 152 152 unset( $_requires_plugins, $unmet_dependencies );
Note: See TracChangeset
for help on using the changeset viewer.