"; echo __('wp-content folder is not writable or does not exists. ', 'aam'); echo ''; echo __('Read more.', 'aam') . ''; echo ''; } //make sure that we have always content dir if (!file_exists(AAM_TEMP_DIR)) { if (@mkdir(AAM_TEMP_DIR)) { //silence the directory file_put_contents(AAM_TEMP_DIR . '/index.php', ''); } else { define('AAM_CONTENT_DIR_FAILURE', 1); if (is_multisite()) { add_action('network_admin_notices', 'aam_content_folder'); } else { add_action('admin_notices', 'aam_content_folder'); } } } load_plugin_textdomain('aam', false, basename(AAM_BASE_DIR) . '/lang'); //set migration admin notice. TODO - remove in July 15 2014 function aam_migration_note() { if (class_exists('aam_Core_Migrate') && !aam_Core_API::getBlogOption('aam_migrated')) { echo "