Changeset 2940273
- Timestamp:
- 07/19/2023 10:03:15 AM (3 years ago)
- Location:
- esselinknu-settings/trunk
- Files:
-
- 4 edited
-
esselink-nu-settings.php (modified) (1 diff)
-
includes/manage-redirects.php (modified) (1 diff)
-
includes/wp-collector.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
esselinknu-settings/trunk/esselink-nu-settings.php
r2900863 r2940273 4 4 * Plugin URI: http://www.esselink.nu 5 5 * Description: Settings plugin for custom WP configuration for Esselink.nu WP websites 6 * Version: 2.8 16 * Version: 2.82 7 7 * Author: Esselink.nu 8 8 * Author URI: http://www.esselink.nu 9 9 **/ 10 $esselink_nu_settings_verson = 2.8 1;10 $esselink_nu_settings_verson = 2.82; 11 11 12 12 $esselink_nu_server_hosts = array('web02.esselink.nu', 'web03.esselink.nu', 'web04.esselink.nu'); -
esselinknu-settings/trunk/includes/manage-redirects.php
r2740272 r2940273 265 265 <h3>Redirects</h3> 266 266 267 <? 267 <?php 268 268 $limit = 500; 269 269 $offset = 0; -
esselinknu-settings/trunk/includes/wp-collector.php
r2740272 r2940273 250 250 </div> 251 251 </div> 252 <? 252 <?php 253 253 if( $mobileScoreName != "good" || $desktopScoreName != "good") 254 254 echo "<br /><br /><b>Uw website kan geoptimaliseerd worden, neem contact met ons op.</b>" … … 262 262 Totaal <?= getPagesPostsCount(); ?> pagina's en/of posts gepubliceerd. 263 263 <br /><br /> 264 <? 264 <?php 265 265 if(!plugin_is_active("wordpress-seo/wp-seo.php")) 266 266 echo "<b>Yoast SEO plug-in niet gevonden...</b>"; … … 286 286 </div> 287 287 </div> 288 <? 288 <?php 289 289 } 290 290 ?> -
esselinknu-settings/trunk/readme.txt
r2900863 r2940273 182 182 = 2.81 = 183 183 * Bugfix 184 = 2.82 = 185 * Bugfix 184 186 185 187
Note: See TracChangeset
for help on using the changeset viewer.