Plugin Directory

Changeset 434498


Ignore:
Timestamp:
09/07/2011 08:49:44 AM (15 years ago)
Author:
timhodson
Message:

minor comment out of useless error message

Location:
blog-in-blog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • blog-in-blog/tags/1.0.9/blog-in-blog.php

    r433643 r434498  
    153153        }else{
    154154            $blog_in_blog_opts['bib_post_template'] = ''; // this will force using of bib_html option
    155             echo "Cannot find template file <b>$template</b> in either <code>".BIB_WP_UPLOADS_DIR."/</code> or <code>".WP_PLUGIN_DIR."/blog-in-blog/</code>" ;
     155            //echo "Cannot find template file <b>$template</b> in either <code>".BIB_WP_UPLOADS_DIR."/</code> or <code>".WP_PLUGIN_DIR."/blog-in-blog/</code>" ;
    156156            bib_write_debug(__FUNCTION__, "template not found ".$blog_in_blog_opts['bib_post_template']);
    157157        }
  • blog-in-blog/trunk/blog-in-blog.php

    r433643 r434498  
    153153        }else{
    154154            $blog_in_blog_opts['bib_post_template'] = ''; // this will force using of bib_html option
    155             echo "Cannot find template file <b>$template</b> in either <code>".BIB_WP_UPLOADS_DIR."/</code> or <code>".WP_PLUGIN_DIR."/blog-in-blog/</code>" ;
     155            //echo "Cannot find template file <b>$template</b> in either <code>".BIB_WP_UPLOADS_DIR."/</code> or <code>".WP_PLUGIN_DIR."/blog-in-blog/</code>" ;
    156156            bib_write_debug(__FUNCTION__, "template not found ".$blog_in_blog_opts['bib_post_template']);
    157157        }
Note: See TracChangeset for help on using the changeset viewer.