File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6060 <a href="contribute.php" class="nav-tab"><?php _e ( 'Get Involved ' ); ?> </a>
6161 </nav>
6262
63- <div class="about__section changelog has-subtle-background-color">
63+ <div class="about__section changelog has-subtle-background-color">
6464 <div class="column">
6565 <h2><?php _e ( 'Maintenance and Security Release ' ); ?> </h2>
6666 <p>
6767 <?php
6868 printf (
69- /* translators: 1: WordPress version number, 2: Plural number of bugs. */
70- _n (
69+ /* translators: 1: WordPress version number, 2: Plural number of bugs. */
70+ _n (
7171 '<strong>Version %1$s</strong> addressed %2$s bug. ' ,
7272 '<strong>Version %1$s</strong> addressed %2$s bugs. ' ,
7373 49
7878 ?>
7979 <?php
8080 printf (
81- /* translators: %s: HelpHub URL. */
82- __ ( 'For more information, see <a href="%s">the release notes</a>. ' ),
83- sprintf (
81+ /* translators: %s: HelpHub URL. */
82+ __ ( 'For more information, see <a href="%s">the release notes</a>. ' ),
83+ sprintf (
8484 /* translators: %s: WordPress version. */
8585 esc_url ( __ ( 'https://wordpress.org/support/wordpress-version/version-%s/ ' ) ),
8686 sanitize_title ( '6.9.1 ' )
You can’t perform that action at this time.
0 commit comments