Changeset 1464705
- Timestamp:
- 08/01/2016 07:26:00 AM (10 years ago)
- File:
-
- 1 edited
-
widget-social-share/trunk/widget-social-share.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
widget-social-share/trunk/widget-social-share.php
r1464641 r1464705 211 211 212 212 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> 224 224 225 225
Note: See TracChangeset
for help on using the changeset viewer.