Making WordPress.org


Ignore:
Timestamp:
03/29/2023 10:42:28 AM (19 months ago)
Author:
dd32
Message:

Plugin Directory: The plugin self-transfer form can't currently be used when the plugin is closed.

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  
    496496    the_plugin_release_confirmation_form();
    497497
    498     // Output the transfer form.
    499     the_plugin_self_transfer_form();
    500 
    501498    if ( 'publish' != $post->post_status ) {
    502499        // A reminder of the closed status.
    503500        the_active_plugin_notice();
    504501    } else {
     502        // Output the transfer form.
     503        the_plugin_self_transfer_form();
     504
    505505        // Output the self close button.
    506506        the_plugin_self_close_button();
Note: See TracChangeset for help on using the changeset viewer.