Plugin Directory

Changeset 2490814


Ignore:
Timestamp:
03/09/2021 04:09:50 PM (5 years ago)
Author:
mitsol
Message:

change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • facebook-wall-and-social-integration/trunk/facebook-wall-and-social-integration-functions.php

    r2161229 r2490814  
    11<?php
    2 /* mitsol_social_post_feed version 1.8 */
     2/* mitsol_social_post_feed version 1.8 */  
    33// 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"]
    44function facebook_wall_and_social_integration_replace_scode($atts) {
     
    1010                 
    1111      $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 //
    1313      if($options_layout["msfb_showauthavatar"]) $show_post_items .= 'pauthavatar,';
    1414      if($options_layout["msfb_showauthname"]) $show_post_items .= 'authname,';
Note: See TracChangeset for help on using the changeset viewer.