Changeset 5841 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
- Timestamp:
- 08/25/2017 08:17:03 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r5725 r5841 365 365 register_meta( 'post', 'requires', array( 366 366 'description' => __( 'The minimum version of WordPress the plugin needs to run.', 'wporg-plugins' ), 367 'single' => true, 368 // TODO 'sanitize_callback' => 'absint', 369 'show_in_rest' => true, 370 ) ); 371 372 register_meta( 'post', 'requires_php', array( 373 'description' => __( 'The minimum version of PHP the plugin needs to run.', 'wporg-plugins' ), 367 374 'single' => true, 368 375 // TODO 'sanitize_callback' => 'absint',
Note: See TracChangeset
for help on using the changeset viewer.