Changeset 43571 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r42764 r43571 1556 1556 if ( is_taxonomy_hierarchical( $taxonomy ) ) { 1557 1557 $tax_term_names = get_terms( 1558 $taxonomy, array( 1558 $taxonomy, 1559 array( 1559 1560 'fields' => 'names', 1560 1561 'hide_empty' => false, … … 6840 6841 6841 6842 $commentdata = compact( 6842 'comment_post_ID', 'comment_author', 'comment_author_url', 'comment_author_email', 6843 'comment_content', 'comment_type', 'remote_source', 'remote_source_original' 6843 'comment_post_ID', 6844 'comment_author', 6845 'comment_author_url', 6846 'comment_author_email', 6847 'comment_content', 6848 'comment_type', 6849 'remote_source', 6850 'remote_source_original' 6844 6851 ); 6845 6852
Note: See TracChangeset
for help on using the changeset viewer.