Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
Change wp-admin page headers to h1 for accessibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Aug 6, 2015
1 parent 6b559e9 commit e33adc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/wpps-settings/page-settings.php
@@ -1,6 +1,6 @@
<div class="wrap">
<div id="icon-options-general" class="icon32"><br /></div>
<h2><?php esc_html_e( WPPS_NAME ); ?> Settings</h2>
<h1><?php esc_html_e( WPPS_NAME ); ?> Settings</h1>

<form method="post" action="options.php">
<?php settings_fields( 'wpps_settings' ); ?>
Expand Down

0 comments on commit e33adc1

Please sign in to comment.