Changeset 3130824
- Timestamp:
- 08/05/2024 06:29:54 AM (20 months ago)
- Location:
- realbig-media/trunk
- Files:
-
- 5 edited
-
README.txt (modified) (1 diff)
-
RFWP_AdminPage.php (modified) (1 diff)
-
realbigForWP.php (modified) (5 diffs)
-
synchronising.php (modified) (1 diff)
-
templates/adminPage/logs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
realbig-media/trunk/README.txt
r3103368 r3130824 107 107 108 108 == Changelog == 109 = 1.1.2 = 110 111 Изменения версии: 112 * улучшили синхронизацию. 113 * другие мелкие улучшения и правки. 109 114 110 115 = 1.1.1 = -
realbig-media/trunk/RFWP_AdminPage.php
r3103368 r3130824 11 11 12 12 try { 13 require_once(ABSPATH . 'wp-admin/includes/file.php'); 13 14 WP_Filesystem(); 14 15 $filePath = plugin_dir_path( __FILE__ ).'assets/images/realbig_plugin_standart.svg'; -
realbig-media/trunk/realbigForWP.php
r3103368 r3130824 6 6 Plugin name: Realbig Media 7 7 Description: Плагин для монетизации от RealBig.media 8 Version: 1.1. 18 Version: 1.1.2 9 9 Author: Realbig Team 10 10 Author URI: https://realbig.media … … 40 40 41 41 if (!isset($GLOBALS['dev_mode'])) { 42 $devMode = false;42 $devMode = false; 43 43 $GLOBALS['dev_mode'] = $devMode; 44 44 } … … 52 52 $GLOBALS['rb_localRotator'] = true; 53 53 } 54 55 54 include_once (plugin_dir_path(__FILE__).'rssGenerator.php'); 56 55 … … 124 123 add_action('init', 'RFWP_rssInit'); 125 124 } 125 126 126 /** End of Rss init */ 127 127 /** Check in header inserting */ … … 703 703 } 704 704 /***************** updater code ***************************************************************************************/ 705 705 706 /****************** end of updater code *******************************************************************************/ 706 707 /********** checking and creating tables ******************************************************************************/ -
realbig-media/trunk/synchronising.php
r3103368 r3130824 1049 1049 if (!function_exists('RFWP_createAndFillLocalRotator')) { 1050 1050 function RFWP_createAndFillLocalRotator($rotatorFileInfo) { 1051 require_once(ABSPATH . 'wp-admin/includes/file.php'); 1051 1052 WP_Filesystem(); 1052 1053 global $wp_filesystem; -
realbig-media/trunk/templates/adminPage/logs.php
r3062761 r3130824 4 4 $files = list_files(rtrim($folder, '/')); 5 5 global $wp_filesystem; 6 require_once(ABSPATH . 'wp-admin/includes/file.php'); 6 7 WP_Filesystem(); 7 8 ?>
Note: See TracChangeset
for help on using the changeset viewer.