• Hi,
    In the first tab, under
    WordPress Informations

    it says they are not defined,

    Save queries, constant SAVEQUERIES: Undefined
    Debug option, constant WP_DEBUG: Undefined

    when they are.

    another minor thing,
    in the plugin information you have

    It is possible to include the plugin Debug Objects

    you mean he plugin Debug Queries

    right?
    that´s it for now. the plugin is great!

    http://wordpress.org/extend/plugins/debug-objects/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wjm

    (@wjm)

    another minor thing

    if ($debug_queries_on)
    				$echo .= '<small><a href="http://wordpress.org/extend/plugins/debug-queries/">' . __( 'See more Details with my plugin', FB_WPDO_TEXTDOMAIN) . ' Debug Queries</a></small>';

    should be

    if (!$debug_queries_on)
    				$echo .= ' <small><a href="http://wordpress.org/extend/plugins/debug-queries/">' . __( 'See more Details with my plugin', FB_WPDO_TEXTDOMAIN) . ' Debug Queries</a></small>';

    note
    if (!$debug_queries_on)
    $echo .= ‘ <small>

    a space before <small>

    many thanks, all is fixed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Debug Objects] wrong value for some constants’ is closed to new replies.