Changeset 44668 for trunk/src/wp-includes/post.php
- Timestamp:
- 01/21/2019 05:35:00 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r44660 r44668 392 392 'internal' => true, 393 393 '_builtin' => true, /* internal use only. */ 394 'label_count' => _n_noop( 'Pending <span class="count">(%s)</span>', 'Pending <span class="count">(%s)</span>' ), 394 395 'exclude_from_search' => false, 395 396 ) … … 402 403 'internal' => true, 403 404 '_builtin' => true, /* internal use only. */ 405 'label_count' => _n_noop( 'Confirmed <span class="count">(%s)</span>', 'Confirmed <span class="count">(%s)</span>' ), 404 406 'exclude_from_search' => false, 405 407 ) … … 412 414 'internal' => true, 413 415 '_builtin' => true, /* internal use only. */ 416 'label_count' => _n_noop( 'Failed <span class="count">(%s)</span>', 'Failed <span class="count">(%s)</span>' ), 414 417 'exclude_from_search' => false, 415 418 ) … … 422 425 'internal' => true, 423 426 '_builtin' => true, /* internal use only. */ 427 'label_count' => _n_noop( 'Completed <span class="count">(%s)</span>', 'Completed <span class="count">(%s)</span>' ), 424 428 'exclude_from_search' => false, 425 429 )
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)