Remove 'Version' prefix from version display in admin header

This commit is contained in:
Marcus Quinn
2025-03-24 15:19:54 +00:00
parent 1b02e8eb24
commit 55d092d568

View File

@ -363,7 +363,7 @@ function wp_allstars_settings_page() {
<div class="wp-allstars-header"> <div class="wp-allstars-header">
<h1><?php echo esc_html(get_admin_page_title()); ?></h1> <h1><?php echo esc_html(get_admin_page_title()); ?></h1>
<div class="wp-allstars-header-actions"> <div class="wp-allstars-header-actions">
<span class="wp-allstars-version">Version <?php echo esc_html(WP_ALLSTARS_VERSION); ?></span> <span class="wp-allstars-version"><?php echo esc_html(WP_ALLSTARS_VERSION); ?></span>
<a href="https://www.wpallstars.com/" target="_blank" class="button button-secondary"> <a href="https://www.wpallstars.com/" target="_blank" class="button button-secondary">
<?php esc_html_e('Documentation', 'wp-allstars'); ?> <?php esc_html_e('Documentation', 'wp-allstars'); ?>
</a> </a>