Make WordPress Core

Ticket #42366: 42366.2.diff

File 42366.2.diff, 448 bytes (added by sabernhardt, 4 years ago)

adding a since tag

  • src/wp-includes/admin-bar.php

     
    687687 * Provide an edit link for posts and terms.
    688688 *
    689689 * @since 3.1.0
     690 * @since 5.5.0 Added a "View Post" link on Comments screen.
    690691 *
    691692 * @global WP_Term  $tag
    692693 * @global WP_Query $wp_the_query WordPress Query object.