Make WordPress Core


Ignore:
Timestamp:
05/24/2019 07:17:50 PM (6 years ago)
Author:
johnbillion
Message:

Administration: Replace references to "articles" with "posts" for greater consistency of terminology.

Props angelagibson

Fixes #38517

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r45082 r45401  
    613613            ),
    614614            'default_comment_status'  => array(
    615                 'desc'     => __( 'Allow people to post comments on new articles' ),
     615                'desc'     => __( 'Allow people to submit comments on new posts' ),
    616616                'readonly' => false,
    617617                'option'   => 'default_comment_status',
    618618            ),
    619619            'default_ping_status'     => array(
    620                 'desc'     => __( 'Allow link notifications from other blogs (pingbacks and trackbacks) on new articles' ),
     620                'desc'     => __( 'Allow link notifications from other blogs (pingbacks and trackbacks) on new posts' ),
    621621                'readonly' => false,
    622622                'option'   => 'default_ping_status',
Note: See TracChangeset for help on using the changeset viewer.