Making WordPress.org

Ticket #2782: 2782.patch

File 2782.patch, 1.1 KB (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php

     
    345345
    346346                register_meta( 'post', 'downloads', array(
    347347                        'type'              => 'integer',
    348                         'description'       => __( 'Number of downloads', 'wporg-plugins' ),
     348                        'description'       => __( 'Number of downloads.', 'wporg-plugins' ),
    349349                        'single'            => true,
    350350                        'sanitize_callback' => 'absint',
    351351                        'show_in_rest'      => true,
     
    366366                ) );
    367367
    368368                register_meta( 'post', 'stable_tag', array(
    369                         'description'       => __( 'Stable version of the plugin', 'wporg-plugins' ),
     369                        'description'       => __( 'Stable version of the plugin.', 'wporg-plugins' ),
    370370                        'single'            => true,
    371371                        // TODO 'sanitize_callback' => 'absint',
    372372                        'show_in_rest'      => true,