Making WordPress.org

Changeset 12526


Ignore:
Timestamp:
04/05/2023 02:59:09 AM (3 years ago)
Author:
dd32
Message:

Plugin Directory: Ingest the License and License URI readme fields on plugin upload.

See #1944, [3897].

File:
1 edited

Legend:

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

    r12508 r12526  
    371371                    'screenshots'              => $readme->screenshots,
    372372                    'donate_link'              => $readme->donate_link,
     373                    'license'                  => $readme->license,
     374                    'license_uri'              => $readme->license_uri,
    373375                    'sections'                 => array_keys( $readme->sections ),
    374376                    'version'                  => $this->plugin['Version'],
Note: See TracChangeset for help on using the changeset viewer.