Changeset 679047
- Timestamp:
- 03/10/2013 10:17:00 AM (13 years ago)
- Location:
- ra-fb-like-box
- Files:
-
- 5 edited
- 2 copied
-
tags/1.1 (copied) (copied from ra-fb-like-box/trunk)
-
tags/1.1/ra_fb_like_box.php (modified) (1 diff)
-
tags/1.1/trunk (copied) (copied from ra-fb-like-box/trunk)
-
tags/1.1/trunk/ra_fb_like_box.php (modified) (1 diff)
-
tags/1.1/trunk/readme.txt (modified) (1 diff)
-
trunk/ra_fb_like_box.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ra-fb-like-box/tags/1.1/ra_fb_like_box.php
r496741 r679047 85 85 colorscheme=<?php echo $option_value['color_scheme'];?>& 86 86 show_faces=<?php echo $option_value['show_faces'];?>& 87 border_color= <?php echo $option_value['border_color'];?>&87 border_color=%23<?php echo $option_value['border_color'];?>& 88 88 stream=<?php echo $option_value['stream'];?>& 89 89 header=<?php echo $option_value['header'];?>& -
ra-fb-like-box/tags/1.1/trunk/ra_fb_like_box.php
r496741 r679047 85 85 colorscheme=<?php echo $option_value['color_scheme'];?>& 86 86 show_faces=<?php echo $option_value['show_faces'];?>& 87 border_color= <?php echo $option_value['border_color'];?>&87 border_color=%23<?php echo $option_value['border_color'];?>& 88 88 stream=<?php echo $option_value['stream'];?>& 89 89 header=<?php echo $option_value['header'];?>& -
ra-fb-like-box/tags/1.1/trunk/readme.txt
r496891 r679047 5 5 Requires at least: 3.3.1 6 6 Tested up to: 3.3.1 7 Stable tag: trunk7 Stable tag: 1.1 8 8 9 9 RA-FB Like Box enables you to display the facebook page likes in your website. -
ra-fb-like-box/trunk/ra_fb_like_box.php
r496741 r679047 85 85 colorscheme=<?php echo $option_value['color_scheme'];?>& 86 86 show_faces=<?php echo $option_value['show_faces'];?>& 87 border_color= <?php echo $option_value['border_color'];?>&87 border_color=%23<?php echo $option_value['border_color'];?>& 88 88 stream=<?php echo $option_value['stream'];?>& 89 89 header=<?php echo $option_value['header'];?>& -
ra-fb-like-box/trunk/readme.txt
r496891 r679047 5 5 Requires at least: 3.3.1 6 6 Tested up to: 3.3.1 7 Stable tag: trunk7 Stable tag: 1.1 8 8 9 9 RA-FB Like Box enables you to display the facebook page likes in your website.
Note: See TracChangeset
for help on using the changeset viewer.