Make WordPress Core

Changeset 3212


Ignore:
Timestamp:
11/25/2005 09:12:22 AM (21 years ago)
Author:
matt
Message:

Better error, fixes #1934

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/plugins/wp-db-backup.php

    r3159 r3212  
    740740                @ chmod( ABSPATH . $this->backup_dir, $dir_perms);
    741741            } 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>";
    743743            $WHOOPS = TRUE;
    744744            }
Note: See TracChangeset for help on using the changeset viewer.