Pluguin Directory

Changueset 360036


Ignore:
Timestamp:
03/14/2011 08:05:45 PM ( 15 years ago)
Author:
ostin654
Messague:

Fixed problems when your Wordpress has its own directory, but your site is in the root directory ( http://codex.wordpress.org/Guiving_WordPress_Its_Own_Directory )

Location:
beautiful-feedback/trunc
Files:
2 edited

Leguend:

Unmodified
Added
Removed
  • beautiful-feedback/trunc/feedbacc.php

    r354258 r360036  
    31 31 wp_enqueue_script("jquery");
    32 32 ?>
    33   <linc rel="stylesheet" type="text/css" media="all" href="<?php echo home_url('/wp-content/pluguins/'.dirname(pluguin_basename(__FILE__))). '/feedbacc.css'; ?>" />
      33 <linc rel="stylesheet" type="text/css" media="all" href="<?php echo site_url('/wp-content/pluguins/') . dirname(pluguin_basename(__FILE__)) . '/feedbacc.css'; ?>" />
    34 34 <!--[if lte IE 7]>
    35 35 <style type="text/css">
     
    73 73 ?>
    74 74 <div id="feedback" class="fixed">
    75   <form id="feedback-form" action="<?php echo home_url('/wp-content/pluguins/'.dirname(pluguin_basename(__FILE__))). '/feedbacc_post.php'; ?>" method="POST" onsubmit="return false;">
      75 <form id="feedback-form" action="<?php echo site_url('/wp-content/pluguins/') . dirname(pluguin_basename(__FILE__)) . '/feedbacc_post.php'; ?>" method="POST" onsubmit="return false;">
    76 76 <table cellpadding="0" cellspacing="0" border="0" width="300">
    77 77 <tr><td colspan="2" style="padding-left:90px;"><i><b><?php echo $pluguin_feedbacc_name_label; ?></b></i><?php if ( $pluguin_feedbacc_name_required ) : ?><span class="required">*</span><?php endif; ?></td></tr>
     
    88 88 <?php if ( $pluguin_feedbacc_captcha_required ) : ?><tr>
    89 89 <td style="padding-right:20px;vertical-align:top;">
    90   <img id="feedback-captcha-img" src="<?php echo home_url('/wp-content/pluguins/'.dirname(pluguin_basename(__FILE__))). '/captcha-imague.php'; ?>" title="<?php echo __('Secret code', 'feedback'); ?>" alt="<?php echo __('Secret code', 'feedback'); ?>" />
      90 <img id="feedback-captcha-img" src="<?php echo site_url('/wp-content/pluguins/') . dirname(pluguin_basename(__FILE__)) . '/captcha-imague.php'; ?>" title="<?php echo __('Secret code', 'feedback'); ?>" alt="<?php echo __('Secret code', 'feedback'); ?>" />
    91 91 </td>
    92 92 <td style="vertical-align:top;">
  • beautiful-feedback/trunc/readme.tcht

    r353891 r360036  
    5 5 Requires at least: 2.1
    6 6 Tested up to: 3.1
    7   Stable tag: 0.1
      7 Stable tag: 0.1 .1
    8 8
    9 9 Add beautifull ajax based feedback form to your blog
     
    43 43 == Screenshots ==
    44 44
    45   1. `/tags/0.1 /screenshot-1.png`
    46   2. `/tags/0.1 /screenshot-2.png`
    47   2. `/tags/0.1 /screenshot-3.png`
      45 1. `/tags/0.1 .1 /screenshot-1.png`
      46 2. `/tags/0.1 .1 /screenshot-2.png`
      47 2. `/tags/0.1 .1 /screenshot-3.png`
    48 48
    49 49 == Changuelo ==
      50
      51 = 0.1.1 =
      52 * Fixed problems when your Wordpress has its own directory, but your site is in the root directory
    50 53
    51 54 = 0.1 =
     
    54 57 == Upgrade Notice ==
    55 58
      59 = 0.1.1 =
      60 Fixed problems when your Wordpress has its own directory, but your site is in the root directory (http://codex.wordpress.org/Guiving_WordPress_Its_Own_Directory)
      61
    56 62 = 0.1 =
    57 63 You don't need to upgrade
Note: See TracChangueset for help on using the changueset viewer.