mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 02:15:45 +03:00
Use a unique text-domain, wporg-5ftf (#110)
* Use a unique text-domain, wporg-5ftf * Fix plugin i18n strings * Remove unwanted text-domains from WPCS checks and fix missed old text-domains * Remove type=array from phpcs * Re-add type=array * Small WPCS fix * WPCS: replace var with
This commit is contained in:
parent
aec40e6c7e
commit
0754ae0b28
17 changed files with 108 additions and 108 deletions
|
@ -7,7 +7,7 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
|
|||
|
||||
<div class="form-field">
|
||||
<label for="5ftf-org-name">
|
||||
<?php esc_html_e( 'Organization Name', 'wordpressorg' ); ?>
|
||||
<?php esc_html_e( 'Organization Name', 'wporg-5ftf' ); ?>
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
|
@ -22,7 +22,7 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
|
|||
<?php if ( ! is_admin() ) : ?>
|
||||
<div class="form-field form-field__logo">
|
||||
<label for="5ftf-org-logo">
|
||||
<?php esc_html_e( 'Logo', 'wordpressorg' ); ?>
|
||||
<?php esc_html_e( 'Logo', 'wporg-5ftf' ); ?>
|
||||
</label>
|
||||
<br />
|
||||
<input
|
||||
|
@ -35,7 +35,7 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
|
|||
|
||||
<div class="form-field">
|
||||
<label for="5ftf-org-url">
|
||||
<?php esc_html_e( 'Website Address', 'wordpressorg' ); ?>
|
||||
<?php esc_html_e( 'Website Address', 'wporg-5ftf' ); ?>
|
||||
</label>
|
||||
<input
|
||||
type="url"
|
||||
|
@ -50,7 +50,7 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
|
|||
|
||||
<div class="form-field">
|
||||
<label for="5ftf-org-description">
|
||||
<?php esc_html_e( 'Organization Blurb', 'wordpressorg' ); ?>
|
||||
<?php esc_html_e( 'Organization Blurb', 'wporg-5ftf' ); ?>
|
||||
</label>
|
||||
<textarea
|
||||
id="5ftf-org-description"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue