Making WordPress.org

Changeset 5698


Ignore:
Timestamp:
07/19/2017 04:12:05 PM (7 years ago)
Author:
coffee2code
Message:

Plugin Directory: Use consistent punction for meta descriptions.

Adds a period to the end of the only two description lacking one.

Props SergeyBiryukov.
Fixes #2782.

File:
1 edited

Legend:

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

    r5697 r5698  
    348348        register_meta( 'post', 'downloads', array(
    349349            'type'              => 'integer',
    350             'description'       => __( 'Number of downloads', 'wporg-plugins' ),
     350            'description'       => __( 'Number of downloads.', 'wporg-plugins' ),
    351351            'single'            => true,
    352352            'sanitize_callback' => 'absint',
     
    369369
    370370        register_meta( 'post', 'stable_tag', array(
    371             'description'       => __( 'Stable version of the plugin', 'wporg-plugins' ),
     371            'description'       => __( 'Stable version of the plugin.', 'wporg-plugins' ),
    372372            'single'            => true,
    373373            // TODO 'sanitize_callback' => 'absint',
Note: See TracChangeset for help on using the changeset viewer.