Changeset 434498
- Timestamp:
- 09/07/2011 08:49:44 AM (15 years ago)
- Location:
- blog-in-blog
- Files:
-
- 2 edited
-
tags/1.0.9/blog-in-blog.php (modified) (1 diff)
-
trunk/blog-in-blog.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blog-in-blog/tags/1.0.9/blog-in-blog.php
r433643 r434498 153 153 }else{ 154 154 $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>" ; 156 156 bib_write_debug(__FUNCTION__, "template not found ".$blog_in_blog_opts['bib_post_template']); 157 157 } -
blog-in-blog/trunk/blog-in-blog.php
r433643 r434498 153 153 }else{ 154 154 $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>" ; 156 156 bib_write_debug(__FUNCTION__, "template not found ".$blog_in_blog_opts['bib_post_template']); 157 157 }
Note: See TracChangeset
for help on using the changeset viewer.