Making WordPress.org


Ignore:
Timestamp:
11/14/2017 05:01:46 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Plugin Directory: Allow closed/disabled plugins to have a public page.

  • Add a notice explaining the plugin's current status.
  • Add noindex meta tag.
  • Remove Download button and Previous Versions section.

Props tellyworth, jipmoors, Ipstenu, SergeyBiryukov.
See #2627.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php

    r6034 r6118  
    268268
    269269                        case 'closed':
    270                                 $message = __( 'This plugin is closed and no longer available for use.', 'wporg-plugins' );
     270                                $message = __( 'This plugin has been closed and is no longer available for download.', 'wporg-plugins' );
    271271                                $type    = 'notice-error';
    272272                                break;
Note: See TracChangeset for help on using the changeset viewer.