Changeset 60200 for branches/6.8/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
- Timestamp:
- 04/28/2025 04:47:40 PM (3 months ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r59970 r60200 3076 3076 'description' => __( 'Whether to ignore sticky posts or not.' ), 3077 3077 'type' => 'boolean', 3078 'default' => false,3078 'default' => true, 3079 3079 ); 3080 3080 }
Note: See TracChangeset
for help on using the changeset viewer.