Plugin Directory

Changeset 434346


Ignore:
Timestamp:
09/06/2011 10:56:47 PM (15 years ago)
Author:
enseitankado
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-green-cache/trunk/lib.php

    r434345 r434346  
    347347        if (!is_writable( ABSPATH . 'wp-config.php' ))
    348348            $wpgc_notice .= _('<b>Warning:</b> Wordpress config file (wp-config.php) is not writable by server.'
    349                 .'Check its permissions. (Dont forget to restore original value [ex: 640])', 'wpgc');
     349                .'Check its permissions. (Dont forget to restore original value [ex: 640])');
    350350           
    351351        if (!is_writable( ABSPATH . 'wp-content/' ))
    352352            $wpgc_notice .= _('<b>Warning:</b> Wordpress content directory (wp-content/) is not writable by server.'
    353             .'Check its permissions. (Dont forget to restore original value.)', 'wpgc');
     353            .'Check its permissions. (Dont forget to restore original value.)');
    354354       
    355355        if (!empty($wpgc_notice))
     
    467467        $ret = 'Couldnt open dir: ' . dirname(__FILE__) . '/cache';
    468468       
    469         $ret .= " (<a href='".$_SERVER['REQUEST_URI']."&clean_cache=true' title='"._('Delete all cached files', 'wpgc')."'>"._('Clear cache')."</a>)";
     469        $ret .= " (<a href='".$_SERVER['REQUEST_URI']."&clean_cache=true' title='"._('Delete all cached files')."'>"._('Clear cache')."</a>)";
    470470       
    471471        return $ret;
Note: See TracChangeset for help on using the changeset viewer.