Plugin Directory

Changeset 2209207


Ignore:
Timestamp:
12/10/2019 11:51:30 AM (6 years ago)
Author:
nikmelnik
Message:

фикс для версии 0.2.6

Location:
realbig-media/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • realbig-media/trunk/realbigForWP.php

    r2209144 r2209207  
    3636Plugin name:  Realbig Media
    3737Description:  Плагин для монетизации от RealBig.media
    38 Version:      0.2.6
     38Version:      0.2.7
    3939Author:       Realbig Team
    4040Author URI:   https://realbig.media
  • realbig-media/trunk/textEditing.php

    r2209144 r2209207  
    668668                        }
    669669                        $activatedCode = do_shortcode($item->post_content);
    670 //                      if (function_exists('pseudo_replace_link')) {
    671 //                          $activatedCode = pseudo_replace_link($activatedCode);
    672 //                      }
    673 
    674670                        $shortcodes[$item->post_excerpt][$item->post_title] = $activatedCode;
    675671                    }
     
    701697                $scContent = '';
    702698                global $shortcodes;
    703                 if (!empty($shortcodes)&&count($shortcodes) > 0) {
     699                if (!empty($shortcodes)&&$shortcodes!='nun'&&count($shortcodes) > 0) {
    704700                    $scContent .= '<script>'.PHP_EOL;
    705701                    $scContent .= 'var scArray = [];'.PHP_EOL;
Note: See TracChangeset for help on using the changeset viewer.