Plugin Directory

Changeset 1464705


Ignore:
Timestamp:
08/01/2016 07:26:00 AM (10 years ago)
Author:
snehaladdweb
Message:

update plugin php file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • widget-social-share/trunk/widget-social-share.php

    r1464641 r1464705  
    211211 
    212212
    213 <p>Title: <input class=”wsssocialLinks” name=”<?php echo $this->get_field_name( ‘wss_title’ ); ?>” type=”text” value=”<?php echo esc_attr( $wss_title ); ?>” /></p>
    214 
    215  
    216 
    217 <p>Facebook ID: <input class=”wsssocialLinks” name=”<?php echo $this->get_field_name( ‘wss_facebook’ ); ?>” type=”text” value=”<?php echo esc_attr( $wss_facebook ); ?>” /></p>
    218 
    219  
    220 
    221 <p>Twitter ID: <input class=”wsssocialLinks” name=”<?php echo $this->get_field_name( ‘wss_twitter’ ); ?>” type=”text” value=”<?php echo esc_attr( $wss_twitter ); ?>” /></p>
    222 
    223 <p>Google Plus ID: <input class=”wsssocialLinks” name=”<?php echo $this->get_field_name( ‘wss_plus’ ); ?>” type=”text” value=”<?php echo esc_attr( $wss_plus ); ?>” /></p>
     213<p>Title: <input class="wsssocialLinks" name="<?php echo $this->get_field_name( 'wss_title' ); ?>" type="text" value="<?php echo esc_attr( $wss_title ); ?>" /></p>
     214
     215 
     216
     217<p>Facebook ID: <input class="wsssocialLinks" name="<?php echo $this->get_field_name( 'wss_facebook' ); ?>" type="text" value="<?php echo esc_attr( $wss_facebook ); ?>" /></p>
     218
     219 
     220
     221<p>Twitter ID: <input class="wsssocialLinks" name="<?php echo $this->get_field_name( 'wss_twitter' ); ?>" type="text" value="<?php echo esc_attr( $wss_twitter ); ?>" /></p>
     222
     223<p>Google Plus ID: <input class="wsssocialLinks" name="<?php echo $this->get_field_name( 'wss_plus' ); ?>" type="text" value="<?php echo esc_attr( $wss_plus ); ?>" /></p>
    224224
    225225 
Note: See TracChangeset for help on using the changeset viewer.