Plugin Directory

Changeset 1768540


Ignore:
Timestamp:
11/16/2017 05:30:09 PM (8 years ago)
Author:
postpostmodern
Message:

1.9.7

Location:
dbug/trunk
Files:
135 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • dbug/trunk/_plugin.php

    r1712140 r1768540  
    88Plugin URI:     https://github.com/pinecone-dot-website/dbug
    99Text Domain:   
    10 Version:        1.9.6
     10Version:        1.9.7
    1111
    1212This file must be parsable by php 5.2
  • dbug/trunk/index.php

    r1705800 r1768540  
    33namespace WP_Dbug;
    44
    5 if (!function_exists('WP_Dbug\version')) {
    6     require __DIR__.'/autoload.php';
     5if (file_exists(__DIR__.'/vendor/autoload.php')) {
     6    require __DIR__.'/vendor/autoload.php';
    77}
    88
  • dbug/trunk/lib/WP_Dbug/Dbug.php

    r1712140 r1768540  
    7777    public function delog($v, $k = 'DEBUG', $file)
    7878    {
    79         $now = time();
     79        $now = current_time( 'timestamp' );
    8080        $log_path = $this->settings['log_path'];
    8181
Note: See TracChangeset for help on using the changeset viewer.