Skip to:
Content

BuddyPress.org

Ticket #8785: 8785.diff

File 8785.diff, 539 bytes (added by viralsampat, 2 years ago)

Here, I have added my patch.

  • functions-codex.php

     
    1212
    1313/**
    1414 *
    15  * @global object $post
     15 * @global WP_Post $post Post object
    1616 */
    1717function codex_get_breadcrumb() {
    1818        global $post;
     
    399399         * @since February 6, 2012
    400400         * @deprecated November 29, 2014
    401401         * @return Bail under certain conditions
     402         * @global $current_user
     403         * @global $wp_roles
    402404         */
    403405        public function autorole() {
    404406