Changeset 57818
- Timestamp:
- 03/12/2024 02:54:17 PM (9 months ago)
- Location:
- branches/6.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5
-
branches/6.5/src/wp-admin/about.php
r57810 r57818 176 176 </div> 177 177 <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> 178 <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> 178 <p> 179 <?php 180 printf( 181 /* translators: %s: Requires Plugins */ 182 __( '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.' ), 183 '<code>Requires Plugins</code>' 184 ); 185 ?> 186 </p> 179 187 </div> 180 188 </div>
Note: See TracChangeset
for help on using the changeset viewer.