Ticket #8785: 8785.diff
File 8785.diff, 539 bytes (added by , 2 years ago) |
---|
-
functions-codex.php
12 12 13 13 /** 14 14 * 15 * @global object $post15 * @global WP_Post $post Post object 16 16 */ 17 17 function codex_get_breadcrumb() { 18 18 global $post; … … 399 399 * @since February 6, 2012 400 400 * @deprecated November 29, 2014 401 401 * @return Bail under certain conditions 402 * @global $current_user 403 * @global $wp_roles 402 404 */ 403 405 public function autorole() { 404 406