Revert unauthorized changes made without discussion of outstanding objections.
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index e5f6f4c..524ee08 100644 (file)
@@ -947,14 +947,6 @@ function wfTimestampNow() {
        return wfTimestamp( TS_MW, time() );
 }
 
-/**
- * Convenience function; adds seconds to a MediaWiki timestamp.
- * @return string
- */
-function wfTimestampPlus ( $ts, $moreseconds ) {
-       return gmdate( 'YmdHis', wfTimestamp( TS_UNIX, $ts ) + $moreseconds );
-}
-
 /**
  * Sorting hack for MySQL 3, which doesn't use index sorts for DESC
  */