[wp-trac] [WordPress Trac] #53031: Display counts for available plugin and theme updates on update-core.php
WordPress Trac
noreply at wordpress.org
Wed Apr 14 21:43:05 UTC 2021
#53031: Display counts for available plugin and theme updates on update-core.php
-----------------------------+---------------------------------
Reporter: sabernhardt | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version:
Severity: minor | Resolution:
Keywords: has-patch | Focuses: ui, administration
-----------------------------+---------------------------------
Comment (by davidbaumwald):
@sabernhardt Great work so far. If you're reworking the patch, could we
tidy things up a bit with something like...
{{{
<h2>
<?php
printf(
'%s <span class="count">(%d)</span>'
__( 'Plugins' ),
$plugins_available
);
?>
</h2>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/53031#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list