From 187cc396c4718c6cb7c5ac384d4f03b89fe49a7f Mon Sep 17 00:00:00 2001 From: Oldperl <44996956+oldperl@users.noreply.github.com> Date: Mon, 14 Nov 2011 08:17:25 +0000 Subject: [PATCH] edit: phpdoc stuff --- includes/class.semmelstatzR.php | 2 +- includes/functions.semr.php | 29 ++++++++++++++++++++++++++-- includes/functions.semr_template.php | 29 ++++++++++++++++++++++++++-- 3 files changed, 55 insertions(+), 5 deletions(-) diff --git a/includes/class.semmelstatzR.php b/includes/class.semmelstatzR.php index e25eda0..60f18b3 100644 --- a/includes/class.semmelstatzR.php +++ b/includes/class.semmelstatzR.php @@ -4,7 +4,7 @@ * * @package SemmelstatzR * @version $Rev$ - * @since 2011/11/07 v 1.0.0 Beta + * @since 1.0.0 Beta * @author SEM-Team * @copyright (c)2011 SEM-Team * @link http://sourceforge.net/projects/semmelstatz/ diff --git a/includes/functions.semr.php b/includes/functions.semr.php index 8e4347d..2f4893c 100644 --- a/includes/functions.semr.php +++ b/includes/functions.semr.php @@ -1,6 +1,31 @@ . + * + * $Id$ + * + */ ### Encodierung der IP-Adresse durch simple arithmetische Operation function sem_encodeIP($ip) { $ip_parts = split("[.]", $ip); diff --git a/includes/functions.semr_template.php b/includes/functions.semr_template.php index ff5f77a..e473d05 100644 --- a/includes/functions.semr_template.php +++ b/includes/functions.semr_template.php @@ -1,6 +1,31 @@ . + * + * $Id$ + * + */ ### Zeigt die letzten $num_posts-Posts an: Titel und absolutes Datum - CSS-id: #lastposts function sem_showLastPosts($num_posts = 10) { global $wpdb;