Changeset 2490814
- Timestamp:
- 03/09/2021 04:09:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
facebook-wall-and-social-integration/trunk/facebook-wall-and-social-integration-functions.php
r2161229 r2490814 1 1 <?php 2 /* mitsol_social_post_feed version 1.8 */ 2 /* mitsol_social_post_feed version 1.8 */ 3 3 // Example Use: [Mitsol_Social_Post_Feed_replace_com post_title="true" excerpt_length="true" categories="all" thumbnail="true" img_width="250" img_height="150" rows="2" columns="1" pages_number="2" template="amaz-columns.php"] 4 4 function facebook_wall_and_social_integration_replace_scode($atts) { … … 10 10 11 11 $show_post_items = ''; 12 //each string should not appear in another string as sub string 12 //each string should not appear in another string as sub string // 13 13 if($options_layout["msfb_showauthavatar"]) $show_post_items .= 'pauthavatar,'; 14 14 if($options_layout["msfb_showauthname"]) $show_post_items .= 'authname,';
Note: See TracChangeset
for help on using the changeset viewer.