Changeset 53589 for trunk/src/wp-includes/option.php
- Timestamp:
- 06/29/2022 02:15:57 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/option.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r53588 r53589 2237 2237 array( 2238 2238 'show_in_rest' => true, 2239 'type' => ' number',2239 'type' => 'integer', 2240 2240 'description' => __( 'The ID of the page that should be displayed on the front page' ), 2241 2241 ) … … 2247 2247 array( 2248 2248 'show_in_rest' => true, 2249 'type' => ' number',2249 'type' => 'integer', 2250 2250 'description' => __( 'The ID of the page that should display the latest posts' ), 2251 2251 )
Note: See TracChangeset
for help on using the changeset viewer.