Plugin Directory

Changeset 947886


Ignore:
Timestamp:
07/13/2014 09:29:50 PM (12 years ago)
Author:
2cloud
Message:

Bug Fixes: Fixed incorrect path being shown in the instruction section of social icons page.

Location:
custom-admin-panel-by-2cloud
Files:
1 deleted
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • custom-admin-panel-by-2cloud/trunk/inc/admin-panel-social.php

    r947759 r947886  
    77        <p>Just enter the full URL of your social network page beside each network you
    88            want to use. Anything left blank will not be displayed on your website.</p>
    9 
     9        <?php $plugin_dir = dirname(__FILE__); ?>
    1010        <p>Want to use your own social icons? Just copy your icons in to the plugin folder
    11             <strong><?php echo getcwd(); ?>/images/social</strong> but make sure that your new images
     11            <strong><?php echo $plugin_dir; ?></strong> but make sure that your new images
    1212            have the same filename and extensions as the existing ones. Example if you are
    1313            replacing the Facebook icon make sure you replace it with an icon called
  • custom-admin-panel-by-2cloud/trunk/readme.txt

    r947759 r947886  
    35351.0 Initial Release
    3636
    37 ==Readme Generator== 
     37==Readme Generator==
    3838
    3939This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins.
Note: See TracChangeset for help on using the changeset viewer.