Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/admin-display.cls.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class Admin_Display extends Base {
* Initialize the class and set its properties.
*
* @since 1.0.7
* @since 1.9.0 Change admin bar items hook from wp_before_admin_bar_render to admin_bar_menu.
* @since 7.9 Change admin bar items hook from wp_before_admin_bar_render to admin_bar_menu.
*/
public function __construct() {
$this->_pages = [
Expand Down
2 changes: 1 addition & 1 deletion src/gui.cls.php
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ public function frontend_shortcut() {
* Adds links to the admin bar so users can quickly manage/purge.
*
* @since 1.7.2 Moved from admin_display.cls to gui.cls; Renamed from `add_quick_purge` to `backend_shortcut`.
* @since 1.9.0 Added $wp_admin_bar as parameter.
* @since 7.9 Added $wp_admin_bar as parameter.
* @access public
* @param \WP_Admin_Bar $wp_admin_bar Admin menu bar info.
* @return void
Expand Down
Loading