Changeset 3212
- Timestamp:
- 11/25/05 09:12:22 (3 years ago)
- Files:
-
- trunk/wp-content/plugins/wp-db-backup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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 }
