Changeset 3212
- Timestamp:
- 11/25/2005 09:12:22 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/plugins/wp-db-backup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/wp-db-backup.php
r3159 r3212 740 740 @ chmod( ABSPATH . $this->backup_dir, $dir_perms); 741 741 } else { 742 echo '<div class="updated error"><p align="center">' . __('WARNING: Your wp-content directory is <strong>NOT</strong> writable! We can not create the backup directory.', 'wp-db-backup') . '<br />' . ABSPATH . "</p></div>";742 echo '<div class="updated error"><p align="center">' . __('WARNING: Your wp-content directory is <strong>NOT</strong> writable! We can not create the backup directory.', 'wp-db-backup') . '<br />' . ABSPATH . $this->backup_dir . "</p></div>"; 743 743 $WHOOPS = TRUE; 744 744 }
Note: See TracChangeset
for help on using the changeset viewer.