Changeset 2209207
- Timestamp:
- 12/10/2019 11:51:30 AM (6 years ago)
- Location:
- realbig-media/trunk
- Files:
-
- 2 edited
-
realbigForWP.php (modified) (1 diff)
-
textEditing.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
realbig-media/trunk/realbigForWP.php
r2209144 r2209207 36 36 Plugin name: Realbig Media 37 37 Description: Плагин для монетизации от RealBig.media 38 Version: 0.2. 638 Version: 0.2.7 39 39 Author: Realbig Team 40 40 Author URI: https://realbig.media -
realbig-media/trunk/textEditing.php
r2209144 r2209207 668 668 } 669 669 $activatedCode = do_shortcode($item->post_content); 670 // if (function_exists('pseudo_replace_link')) {671 // $activatedCode = pseudo_replace_link($activatedCode);672 // }673 674 670 $shortcodes[$item->post_excerpt][$item->post_title] = $activatedCode; 675 671 } … … 701 697 $scContent = ''; 702 698 global $shortcodes; 703 if (!empty($shortcodes)&& count($shortcodes) > 0) {699 if (!empty($shortcodes)&&$shortcodes!='nun'&&count($shortcodes) > 0) { 704 700 $scContent .= '<script>'.PHP_EOL; 705 701 $scContent .= 'var scArray = [];'.PHP_EOL;
Note: See TracChangeset
for help on using the changeset viewer.