Viewing 1 replies (of 1 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Edit wppa-adminbar.php
    On line 122 it reads:

    // Add meta target to each item where it's not already set, so links open in new tab
    		if ( ! isset( $menu_item['meta']['target'] ) )
    			$menu_item['meta']['target'] = '_blank';

    change to:

    // Add meta target to each item where it's not already set, so links open in new tab
    		if ( ! isset( $menu_item['meta']['target'] ) )
    			$menu_item['meta']['target'] = '';

Viewing 1 replies (of 1 total)
  • The topic ‘Orphaned Tabs caused by Photo Albums’ is closed to new replies.