Changeset 1831916
- Timestamp:
- 03/02/2018 12:04:57 AM (8 years ago)
- Location:
- extensions-for-grifus
- Files:
-
- 2 edited
-
tags/1.0.6/src/controller/class-uninstall.php (modified) (1 diff)
-
trunk/src/controller/class-uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extensions-for-grifus/tags/1.0.6/src/controller/class-uninstall.php
r1831898 r1831916 26 26 public function remove_all() { 27 27 28 $module = Module::getList( 'wp-plugin-extension' );28 $modules = Module::getList( 'wp-plugin-extension' ); 29 29 30 30 foreach ( $modules as $module ) { -
extensions-for-grifus/trunk/src/controller/class-uninstall.php
r1831898 r1831916 26 26 public function remove_all() { 27 27 28 $module = Module::getList( 'wp-plugin-extension' );28 $modules = Module::getList( 'wp-plugin-extension' ); 29 29 30 30 foreach ( $modules as $module ) {
Note: See TracChangeset
for help on using the changeset viewer.