Making WordPress.org

Changeset 8003


Ignore:
Timestamp:
12/20/2018 11:27:46 PM (8 years ago)
Author:
coreymckrill
Message:

WordCamp Post Types: Add missing text domain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/inc/rest-api.php

    r6764 r8003  
    105105                                },
    106106                                'schema'       => array(
    107                                         'description' => __( 'Avatar URLs for the speaker.' ),
     107                                        'description' => __( 'Avatar URLs for the speaker.', 'wordcamporg' ),
    108108                                        'type'        => 'object',
    109109                                        'context'     => array( 'embed', 'view', 'edit' ),
Note: See TracChangeset for help on using the changeset viewer.