Make WordPress Core


Ignore:
Timestamp:
12/10/2020 11:51:52 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections.

See #51800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-term.php

    r46586 r49789  
    4545     *
    4646     * @since 4.4.0
    47      * @var string
     47     * @var int
    4848     */
    4949    public $term_group = '';
     
    205205     * @since 4.4.0
    206206     *
    207      * @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'raw'.
     207     * @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'.
    208208     */
    209209    public function filter( $filter ) {
Note: See TracChangeset for help on using the changeset viewer.