Plugin Directory

Changeset 2940273


Ignore:
Timestamp:
07/19/2023 10:03:15 AM (3 years ago)
Author:
esselinknu
Message:

2.82

  • Bugfix
Location:
esselinknu-settings/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • esselinknu-settings/trunk/esselink-nu-settings.php

    r2900863 r2940273  
    44 * Plugin URI: http://www.esselink.nu
    55 * Description: Settings plugin for custom WP configuration for Esselink.nu WP websites
    6  * Version: 2.81
     6 * Version: 2.82
    77 * Author: Esselink.nu
    88 * Author URI: http://www.esselink.nu
    99**/
    10 $esselink_nu_settings_verson = 2.81;
     10$esselink_nu_settings_verson = 2.82;
    1111
    1212$esselink_nu_server_hosts = array('web02.esselink.nu', 'web03.esselink.nu', 'web04.esselink.nu');
  • esselinknu-settings/trunk/includes/manage-redirects.php

    r2740272 r2940273  
    265265    <h3>Redirects</h3> 
    266266   
    267     <?
     267    <?php
    268268        $limit = 500;
    269269        $offset = 0;
  • esselinknu-settings/trunk/includes/wp-collector.php

    r2740272 r2940273  
    250250                </div>
    251251            </div>
    252             <?
     252            <?php
    253253                if( $mobileScoreName != "good" || $desktopScoreName != "good")
    254254                    echo "<br /><br /><b>Uw website kan geoptimaliseerd worden, neem contact met ons op.</b>"
     
    262262            Totaal <?= getPagesPostsCount(); ?> pagina's en/of posts gepubliceerd.
    263263            <br /><br />
    264             <? 
     264            <?php
    265265                if(!plugin_is_active("wordpress-seo/wp-seo.php"))
    266266                    echo "<b>Yoast SEO plug-in niet gevonden...</b>";
     
    286286                </div>
    287287            </div>
    288             <?
     288            <?php
    289289                }
    290290            ?>
  • esselinknu-settings/trunk/readme.txt

    r2900863 r2940273  
    182182= 2.81 =
    183183* Bugfix
     184= 2.82 =
     185* Bugfix
    184186
    185187
Note: See TracChangeset for help on using the changeset viewer.