Changeset 36297 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 01/14/2016 09:06:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r36221 r36297 333 333 case 'install_plugins_recommended' : 334 334 echo '<p>' . __( 'These suggestions are based on the plugins you and other users have installed.' ) . '</p>'; 335 break; 336 case 'install_plugins_beta' : 337 printf( 338 '<p>' . __( 'You are using a development version of WordPress. These feature plugins are also under development. <a href="%s">Learn more</a>.' ) . '</p>', 339 'https://make.wordpress.org/core/handbook/about/release-cycle/features-as-plugins/' 340 ); 335 341 break; 336 342 }
Note: See TracChangeset
for help on using the changeset viewer.