Fix: Update PHPUnit bootstrap and fix comment punctuation

This commit is contained in:
2025-04-18 18:16:31 +01:00
parent 0e219975ae
commit 71c0a77a31
5 changed files with 35 additions and 35 deletions

View File

@@ -26,7 +26,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<div class="wpst-source-options">
<?php
// Get current update source
// Get current update source.
$current_source = get_option( 'wpst_update_source', 'wordpress.org' );
?>