Changeset 1123680
- Timestamp:
- 03/30/2015 02:36:10 PM (11 years ago)
- Location:
- auto-update-plugins/branches/0.1.2
- Files:
-
- 2 edited
-
auto-update-plugins.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
auto-update-plugins/branches/0.1.2/auto-update-plugins.php
r1123664 r1123680 57 57 58 58 class Auto_Update_Plugins { 59 60 public function __construct() {61 62 add_filter( 'auto_update_plugin', '__return_true' );63 64 }65 59 60 public function __construct() { 61 62 add_filter( 'auto_update_plugin', '__return_true' ); 63 64 } 65 66 66 } 67 67 -
auto-update-plugins/branches/0.1.2/readme.txt
r1123664 r1123680 42 42 = 0.1.2 = 43 43 44 Converted pluginto OOP44 Converted to OOP 45 45 46 46 = 0.1.1 =
Note: See TracChangeset
for help on using the changeset viewer.