chore: complete M1.1 runtime QA and release packaging
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Loading indicator — for future AJAX use; static markup safe for M1.
|
||||
*
|
||||
* @package XShop
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
$label = $args['label'] ?? esc_html__('Loading…', 'xshop');
|
||||
?>
|
||||
<div class="xshop-loading" role="status" aria-live="polite" aria-busy="true">
|
||||
<span class="xshop-loading__spinner" aria-hidden="true"></span>
|
||||
<span><?php echo esc_html($label); ?></span>
|
||||
</div>
|
||||
Reference in New Issue
Block a user