Plugin Directory

Changeset 476631


Ignore:
Timestamp:
12/17/2011 01:06:58 AM (14 years ago)
Author:
Chaser324
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • featured-posts-grid/branches/dev/fpg-generate-output.php

    r476627 r476631  
    184184        ob_start();
    185185
    186         include(WP_PLUGIN_DIR.'/featured-posts-grid/js/featuredpostsgrid.js.php');
     186        include(WP_PLUGIN_DIR.'/featured-posts-grid/js/fpg.js.php');
    187187
    188188        $file_contents = ob_get_contents();
     
    210210        ob_start();
    211211
    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');
    213213
    214214        $file_contents = ob_get_contents();
     
    221221        {
    222222            ?>
    223             <div class="updated"><p><strong><?php _e('FPG Static JavaScript files updated.', 'wp-rp' ); ?></strong></p></div>
     223            <div class="updated"><p><strong><?php _e('FPG Static CSS files updated.', 'wp-rp' ); ?></strong></p></div>
    224224            <?php
    225225        }
     
    227227        {
    228228            ?>
    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>
    230230            <?php
    231231        }
Note: See TracChangeset for help on using the changeset viewer.