Changeset 13248 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-release-confirmation.php
- Timestamp:
- 02/29/2024 04:35:31 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-release-confirmation.php
r13247 r13248 100 100 if ( $not_enabled ) { 101 101 printf( 102 '< em>' . __( 'The following plugins do not have release confirmations enabled: %s', 'wporg-plugins') . '</em>',102 '<p><em>' . __( 'The following plugins do not have release confirmations enabled: %s', 'wporg-plugins') . '</em></p>', 103 103 wp_sprintf_l( '%l', array_filter( array_map( function( $plugin ) { 104 104 if ( 'publish' == get_post_status( $plugin ) ) {
Note: See TracChangeset
for help on using the changeset viewer.