Changeset 2148374
- Timestamp:
- 08/30/2019 11:16:43 AM (7 years ago)
- Location:
- realbig-media/trunk
- Files:
-
- 2 edited
-
realbigForWP.php (modified) (2 diffs)
-
textEditing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
realbig-media/trunk/realbigForWP.php
r2146365 r2148374 11 11 Plugin name: Realbig Media 12 12 Description: Плагин для монетизации от RealBig.media 13 Version: 0.1.26.7 613 Version: 0.1.26.77 14 14 Author: Realbig Team 15 15 Author URI: https://realbig.media … … 128 128 $GLOBALS['realbigForWP_version'] = $pluginData['Version']; 129 129 } else { 130 $GLOBALS['realbigForWP_version'] = '0.1.26.7 6';130 $GLOBALS['realbigForWP_version'] = '0.1.26.77'; 131 131 } 132 132 } -
realbig-media/trunk/textEditing.php
r2146365 r2148374 615 615 $wp_cur_theme_name = $wp_cur_theme->get_template(); 616 616 // $wp_cur_theme_file = get_theme_file_uri('header.php'); 617 $themeHeaderFileOpen = file_get_contents( 'wp-content/themes/' . $wp_cur_theme_name . '/header.php');618 619 $checkedHeader = preg_match( '~realpush\.media\/pushJs||bigreal\.org\/pushJs~', $themeHeaderFileOpen, $m);617 $themeHeaderFileOpen = file_get_contents('wp-content/themes/'.$wp_cur_theme_name.'/header.php'); 618 619 $checkedHeader = preg_match('~realpush\.media\/pushJs|bigreal\.org\/pushJs~', $themeHeaderFileOpen, $m); 620 620 if ( count($m) == 0) { 621 621 $result = true;
Note: See TracChangeset
for help on using the changeset viewer.