localization of plugin info in plugin area
Dieser Commit ist enthalten in:
Ursprung
5329bf5707
Commit
4f9fb51468
3 geänderte Dateien mit 97 neuen und 99 gelöschten Zeilen
|
|
@ -2,6 +2,7 @@
|
|||
/*
|
||||
Plugin Name: semmelstatzR
|
||||
Plugin URI: http://sourceforge.net/projects/semmelstatz/
|
||||
Text Domain: semmelstatzR
|
||||
Description: Visitorstatistic for Wordpress, based upon the original wp-plugin semmelstatz by Andreas 'Redunzl' Mueller (http://www.kopfhoch-studio.de)
|
||||
Version: 1.0.0 RC
|
||||
Author: SEM-Team
|
||||
|
|
@ -141,7 +142,7 @@ if(is_admin() == true) {
|
|||
global $wpdb;
|
||||
|
||||
if(get_option('statz_options')) {
|
||||
$wpdb->query("DELETE FROM $wpdb->options WHERE option_name LIKE 'statz%';"); // L<EFBFBD>schen der alten Optionen
|
||||
$wpdb->query("DELETE FROM $wpdb->options WHERE option_name LIKE 'statz%';"); // delete old options
|
||||
}
|
||||
|
||||
if(!get_option('semmelstatzR_options')) {
|
||||
|
|
@ -180,7 +181,7 @@ if(is_admin() == true) {
|
|||
}
|
||||
|
||||
|
||||
### Anlegen der Tabellen, Optionen schreiben
|
||||
### Install db-tables, write default options
|
||||
function sem_statzsetup() {
|
||||
global $wpdb;
|
||||
if(@is_file(ABSPATH.'/wp-admin/upgrade-functions.php')) {
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren