Changeset 12509 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/inc/template-tags.php
- Timestamp:
- 03/29/2023 10:42:28 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/inc/template-tags.php
r12492 r12509 496 496 the_plugin_release_confirmation_form(); 497 497 498 // Output the transfer form.499 the_plugin_self_transfer_form();500 501 498 if ( 'publish' != $post->post_status ) { 502 499 // A reminder of the closed status. 503 500 the_active_plugin_notice(); 504 501 } else { 502 // Output the transfer form. 503 the_plugin_self_transfer_form(); 504 505 505 // Output the self close button. 506 506 the_plugin_self_close_button();
Note: See TracChangeset
for help on using the changeset viewer.