Changeset 476631
- Timestamp:
- 12/17/2011 01:06:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
featured-posts-grid/branches/dev/fpg-generate-output.php
r476627 r476631 184 184 ob_start(); 185 185 186 include(WP_PLUGIN_DIR.'/featured-posts-grid/js/f eaturedpostsgrid.js.php');186 include(WP_PLUGIN_DIR.'/featured-posts-grid/js/fpg.js.php'); 187 187 188 188 $file_contents = ob_get_contents(); … … 210 210 ob_start(); 211 211 212 include(WP_PLUGIN_DIR.'/featured-posts-grid/ js/featured-posts-grid-style.css.php');212 include(WP_PLUGIN_DIR.'/featured-posts-grid/css/fpg.css.php'); 213 213 214 214 $file_contents = ob_get_contents(); … … 221 221 { 222 222 ?> 223 <div class="updated"><p><strong><?php _e('FPG Static JavaScriptfiles updated.', 'wp-rp' ); ?></strong></p></div>223 <div class="updated"><p><strong><?php _e('FPG Static CSS files updated.', 'wp-rp' ); ?></strong></p></div> 224 224 <?php 225 225 } … … 227 227 { 228 228 ?> 229 <div class="error"><p><strong><?php _e('FPG Static JavaScript files could not be updated.<br/>You may need to temporarily change the permissions of the '.WP_PLUGIN_DIR.'/featured-posts-grid/js directory. See plugin FAQ for details.<br/>Plugin will continue to operate normally but at sub-optimal performance until this issue is resolved.', 'wp-rp' ); ?></strong></p></div>229 <div class="error"><p><strong><?php _e('FPG Static CSS files could not be updated.<br/>You may need to temporarily change the permissions of the '.WP_PLUGIN_DIR.'/featured-posts-grid/css directory. See plugin FAQ for details.<br/>Plugin will continue to operate normally but at sub-optimal performance until this issue is resolved.', 'wp-rp' ); ?></strong></p></div> 230 230 <?php 231 231 }
Note: See TracChangeset
for help on using the changeset viewer.