Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Dev chat changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyrob committed Oct 19, 2023
1 parent b38c697 commit 7d66e0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/wp-admin/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<p>
<?php
printf(
/* translators: 1: link with instructions to join ClassicPress Slack, 2: link to community forums */
/* translators: 1: link with instructions to join ClassicPress Zulip, 2: link to community forums */
__( 'For general discussion about ClassicPress, <a href="%1$s"><strong>join our Zulip group</strong></a> or our <a href="%2$s"><strong>community forum</strong></a>.' ),
'https://classicpress.zulipchat.com/register/',
'https://forums.classicpress.net/c/support'
Expand All @@ -93,7 +93,7 @@
printf(
/* translators: 1: link to ClassicPress FAQs page, 2: link to ClassicPress support forum */
__( 'If you need help with something else, please see our <a href="%1$s"><strong>FAQs page</strong></a>. If your question is not answered there, you can make a new post on our <a href="%2$s"><strong>support forum</strong></a>.' ),
'https://docs.classicpress.net/faq-support/',
'https://www.classicpress.net/faq/',
'https://forums.classicpress.net/c/support/'
);
?>
Expand All @@ -102,7 +102,7 @@
<?php
printf(
/* translators: 1: link to ClassicPress GitHub repository, 2: link to GitHub issues list */
__( 'ClassicPress is developed <a href="%1$s"><strong>on GitHub</strong></a>. For specific bug reports or technical suggestions, see the <a href="%1$s"><strong>issues list</strong></a> and add your report if it is not already present.' ),
__( 'ClassicPress is developed <a href="%1$s"><strong>on GitHub</strong></a>. For specific bug reports or technical suggestions, see the <a href="%2$s"><strong>issues list</strong></a> and add your report if it is not already present.' ),
'https://github.com/ClassicPress/ClassicPress',
'https://github.com/ClassicPress/ClassicPress/issues'
);
Expand Down
2 changes: 1 addition & 1 deletion src/wp-admin/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@

.wp-badge {
background: #0073aa url(../images/cp-logo-white.png?ver=202303) no-repeat;
background-position: center 25px;
background-position: center;
background-size: 80px 80px;
color: #fff;
font-size: 14px;
Expand Down

0 comments on commit 7d66e0a

Please sign in to comment.