I installed the link-manager plugin for a brand new new site that someone asked me to build for them — right now it sits here:
https://www.pkill-9.com/enfuego
the code is there:
<?php
/* Plugin Name: Link Manager
* Description: Enables the Link Manager that existed in WordPress until version 3.5.
* Author: WordPress
* Version: 0.1-beta
*/
/*
* See https://core.trac.www.ads-software.com/ticket/21307
*/
add_filter( ‘pre_option_link_manager_enabled’, ‘__return_true’ );
and the filter is properly enabled — but the sidebar does NOT show the Links.
Did I overlook something?
Links work fine in site that of course existed before 3.5
Wayno
https://www.pkill-9.com