Changeset 13444
- Timestamp:
- 04/03/2024 07:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-i18n.php
r13354 r13444 36 36 } elseif ( 'plugin_business_model' == $term->taxonomy ) { 37 37 $term->name = esc_html( translate_with_gettext_context( html_entity_decode( $term->name ), 'Plugin Business Model', 'wporg-plugins' ) ); 38 39 if ( $term->description ) { 40 // Without context, as that's how it's been used for a while. 41 $term->description = esc_html( translate( html_entity_decode( $term->description ), 'wporg-plugins' ) ); 42 } 38 43 } 39 44 … … 88 93 _x( 'Block Plugins', 'Plugin Section Name', 'wporg-plugins' ); 89 94 _x( 'New Plugins', 'Plugin Section Name', 'wporg-plugins' ); 90 _x( 'Updated Plugins', 'Plugin Section Name', 'wporg-plugins' ); 95 _x( 'Recently Updated Plugins', 'Plugin Section Name', 'wporg-plugins' ); 96 _x( 'Preview-Enabled Plugins', 'Plugin Section Name', 'wporg-plugins' ); 91 97 92 98 // Section descriptions. … … 96 102 _x( 'Plugins that offer blocks for the block-based editor.', 'Plugin Section Description', 'wporg-plugins' ); 97 103 _x( 'Block Plugins as used in the Block Directory.', 'Plugin Section Description', 'wporg-plugins' ); 104 105 // Business model descriptions. 106 __( 'These plugins are developed and supported by a community.', 'wporg-plugins' ); 107 __( 'These plugins are free, but also have paid versions available.', 'wporg-plugins' ); 98 108 } 99 109 }
Note: See TracChangeset
for help on using the changeset viewer.