Changeset 40516
- Timestamp:
- 04/22/2017 02:16:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r40483 r40516 816 816 817 817 if ( false === $args->label_count ) 818 $args->label_count = array( $args->label, $args->label );818 $args->label_count = _n_noop( $args->label, $args->label ); 819 819 820 820 $wp_post_statuses[$post_status] = $args;
Note: See TracChangeset
for help on using the changeset viewer.