Make WordPress Core

Changeset 40947


Ignore:
Timestamp:
06/25/2017 09:57:32 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing deprecation, introduction, and summary information to the DocBlock for WP_Admin_Bar::recursive_render().

Props coffee2code.
Fixes #40840.

File:
1 edited

Legend:

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

    r39147 r40947  
    557557
    558558        /**
     559         * Renders toolbar items recursively.
     560         *
     561         * @since 3.1.0
     562         * @deprecated 3.3.0 Use WP_Admin_Bar::_render_item() or WP_Admin_bar::render() instead.
     563         * @see WP_Admin_Bar::_render_item()
     564         * @see WP_Admin_Bar::render()
     565         *
    559566         * @param string $id    Unused.
    560567         * @param object $node
Note: See TracChangeset for help on using the changeset viewer.