mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Networks and Sites: Replace "N/A" with "Not applicable" in choose_primary_blog()
This changeset replaces "N/A" with "Not applicable" in the `choose_primary_blog()` function. It also makes the text string translatable. Props kowsar89, SergeyBiryukov, audrasjb, mukesh27. Fixes #57040. git-svn-id: https://develop.svn.wordpress.org/trunk@54832 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
12a079e69b
commit
efb7e7b563
@ -783,7 +783,7 @@ function choose_primary_blog() {
|
||||
update_user_meta( get_current_user_id(), 'primary_blog', $blog->userblog_id );
|
||||
}
|
||||
} else {
|
||||
echo 'N/A';
|
||||
_e( 'Not available' );
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user