Changeset 5698
- Timestamp:
- 07/19/2017 04:12:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r5697 r5698 348 348 register_meta( 'post', 'downloads', array( 349 349 'type' => 'integer', 350 'description' => __( 'Number of downloads ', 'wporg-plugins' ),350 'description' => __( 'Number of downloads.', 'wporg-plugins' ), 351 351 'single' => true, 352 352 'sanitize_callback' => 'absint', … … 369 369 370 370 register_meta( 'post', 'stable_tag', array( 371 'description' => __( 'Stable version of the plugin ', 'wporg-plugins' ),371 'description' => __( 'Stable version of the plugin.', 'wporg-plugins' ), 372 372 'single' => true, 373 373 // TODO 'sanitize_callback' => 'absint',
Note: See TracChangeset
for help on using the changeset viewer.