Make WordPress Core


Ignore:
Timestamp:
11/21/2016 08:40:10 PM (8 years ago)
Author:
joehoyle
Message:

REST API: Update description strings to match already existing ones in the admin.

Props dimadin.
Fixes #38807.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/option.php

    r39058 r39335  
    17351735        ),
    17361736        'type'         => 'string',
    1737         'description'  => __( 'Site description.' ),
     1737        'description'  => __( 'Site tagline.' ),
    17381738    ) );
    17391739
     
    18051805        'show_in_rest' => true,
    18061806        'type'         => 'integer',
    1807         'description'  => __( 'Default category.' ),
     1807        'description'  => __( 'Default post category.' ),
    18081808    ) );
    18091809
Note: See TracChangeset for help on using the changeset viewer.