Changeset 3431744
- Timestamp:
- 01/03/2026 05:09:42 PM (3 months ago)
- Location:
- maintenance/trunk
- Files:
-
- 3 edited
-
load/index.php (modified) (1 diff)
-
maintenance.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
maintenance/trunk/load/index.php
r3220407 r3431744 79 79 // we don't want to load wp_head(), just the stuff we need 80 80 echo '<!--[if IE]><script type="text/javascript" src="' . esc_url( MTNC_URI . "load/js/jquery.backstretch.min.js" ) . '"></script><![endif]-->'; //phpcs:ignore 81 82 if ( ! empty( $bunny_fonts[1] ) ) { 81 if ( ! empty( $bunny_fonts[1] ) ) { 83 82 echo '<link rel="stylesheet" href="' . esc_url( 'https://fonts.bunny.net/css?family=' . esc_attr( $bunny_fonts[1] ) . '|' . esc_attr( $bunny_fonts[0] ) ) . '">'; //phpcs:ignore 84 } elseif ( ! empty( $bunny_fonts[0] ) ) {83 } elseif ( ! empty( $bunny_fonts[0] ) && strpos($bunny_fonts[0], ':') !== 0 ) { 85 84 echo '<link rel="stylesheet" href="' . esc_url( 'https://fonts.bunny.net/css?family=' . esc_attr( $bunny_fonts[0] ) ) . '">'; //phpcs:ignore 86 85 } -
maintenance/trunk/maintenance.php
r3395916 r3431744 4 4 Plugin URI: https://wpmaintenancemode.com/ 5 5 Description: Put your site in maintenance mode, away from the public view. Use maintenance plugin if your website is in development or you need to change a few things, run an upgrade. Make it only accessible to logged in users. 6 Version: 4. 196 Version: 4.20 7 7 Author: WebFactory Ltd 8 8 Author URI: https://www.webfactoryltd.com/ -
maintenance/trunk/readme.txt
r3395919 r3431744 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 4. 196 Stable tag: 4.20 7 7 Requires PHP: 5.2 8 8 License: GPLv2 or later … … 96 96 97 97 == Changelog == 98 = v4.20 = 99 - 2026/01/03 100 - Fixed Bunny Fonts getting loaded even for system fonts 101 98 102 = v4.19 = 99 103 - 2025/11/19
Note: See TracChangeset
for help on using the changeset viewer.