Changeset 44562 for trunk/src/wp-includes/post.php
- Timestamp:
- 01/11/2019 06:03:46 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r44546 r44562 1038 1038 1039 1039 if ( false === $args->label_count ) { 1040 // phpcs:ignore WordPress.WP.I18n.NonSingularStringLiteralSingle,WordPress.WP.I18n.NonSingularStringLiteralPlural 1040 1041 $args->label_count = _n_noop( $args->label, $args->label ); 1041 1042 }
Note: See TracChangeset
for help on using the changeset viewer.