Making WordPress.org

Changeset 10292


Ignore:
Timestamp:
09/28/2020 03:09:47 AM (4 years ago)
Author:
dd32
Message:

Plugin Directory: Release Confirmations: Update the intro text.

Props tellyworth for text.
See #5352.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-release-confirmation.php

    r10291 r10292  
    8181        }
    8282
    83         echo '<p>' . 'Intro to this page goes here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.' . '</p>';
     83        echo '<p>' . __( 'This page is for authorized committers to view and manage releases of their plugins. Plugins with confirmations enabled require an extra action on this page to approve each new release.', 'wporg-plugins' ) . '</p>';
     84
     85        /* translators: %s: plugins@wordpress.org */
     86        echo '<p>' . sprintf( __( 'Release confirmations can be enabled on the Advanced view of plugin pages. If you need to disable release confirmations for a plugin, please contact %s.', 'wporg-plugins' ), 'plugins@wordpress.org' ) . '</p>';
    8487
    8588        $not_enabled = [];
Note: See TracChangeset for help on using the changeset viewer.