Changeset 1609878
- Timestamp:
- 03/07/2017 04:25:38 PM (9 years ago)
- Location:
- backup-database/trunk
- Files:
-
- 1 added
- 1 edited
-
backup-database.php (modified) (1 diff)
-
pages/manage.php (added)
Legend:
- Unmodified
- Added
- Removed
-
backup-database/trunk/backup-database.php
r1608147 r1609878 52 52 53 53 54 add_action( is_multisite() ? 'network_admin_notices' : 'admin_notices', array( $this, 'admin_notice' ) );54 //add_action( is_multisite() ? 'network_admin_notices' : 'admin_notices', array( $this, 'admin_notice' ) ); 55 55 56 56 add_action( 'plugins_loaded' , array( $this, 'init' ), 0 );
Note: See TracChangeset
for help on using the changeset viewer.