mirror of
git://develop.git.wordpress.org/
synced 2025-02-21 07:02:30 +01:00
Help/About: Update the About page for WP 6.5 RC2.
Updates a translatable string to use a placeholder for the “Requires Plugins” string used in it. Reviewed by audrasjb. Merges [57817] to the to the 6.5 branch. Props swissspidy, sergeybiryukov, presskopp. See #60303. git-svn-id: https://develop.svn.wordpress.org/branches/6.5@57818 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5b71cfc11a
commit
14da39819c
@ -175,7 +175,15 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
</svg>
|
||||
</div>
|
||||
<h3 style="margin-top:calc(var(--gap) * 0.75);margin-bottom:calc(var(--gap) * 0.5)"><?php _e( 'Explore improvements to the plugin experience' ); ?></h3>
|
||||
<p><?php _e( 'There’s now an easier way to manage plugin dependencies. Plugin authors can supply a new <code>Requires Plugins</code> header with a comma-separated list of required plugin slugs, presenting users with links to install and activate those plugins first.' ); ?></p>
|
||||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Requires Plugins */
|
||||
__( 'There’s now an easier way to manage plugin dependencies. Plugin authors can supply a new %s header with a comma-separated list of required plugin slugs, presenting users with links to install and activate those plugins first.' ),
|
||||
'<code>Requires Plugins</code>'
|
||||
);
|
||||
?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user