mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-19 00:15:44 +03:00
Remove unwanted text-domains from WPCS checks and fix missed old text-domains
This commit is contained in:
parent
7e8c847471
commit
6422f7fd24
4 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@ get_header();
|
|||
</header>
|
||||
|
||||
<div class="entry-content">
|
||||
<h2><?php esc_html_e( 'About', 'wporg' ); ?></h2>
|
||||
<h2><?php esc_html_e( 'About', 'wporg-5ftf' ); ?></h2>
|
||||
|
||||
<div class="pledge-company-description">
|
||||
<?php
|
||||
|
@ -97,7 +97,7 @@ get_header();
|
|||
</ul>
|
||||
<?php endif; ?>
|
||||
|
||||
<h2><?php esc_html_e( 'Contributors', 'wporg' ); ?></h2>
|
||||
<h2><?php esc_html_e( 'Contributors', 'wporg-5ftf' ); ?></h2>
|
||||
|
||||
<?php if ( ! empty( $contributors ) ) : ?>
|
||||
<ul class="pledge-contributors has-contrib-names">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue