Description of the need
Drupal 7 l() function returns a themed link when possible. This means any link made with l() can be themed and preprocessed. Backdrop removed this functionality.
I found needing this when porting Content Lock Drupal 7 module, which makes use of hook_preprocess_link() to alter any link in Drupal.
Right now, in Backdrop, any link created with l() cannot be preprocessed. See also this talk on the forum about this.
Proposed solution
Add Drupal functionality to Backdrop.
Alternatives that have been considered
Right now, the alternatives are to use a hook_preprocess_menu_local_task() function to preprocess local tasks links (theme_menu_local_task doesn't use theme('link') to output its links) and a hook_preprocess_views_view_field() to alter links printed by views (in this case you need to do so by regex, very uncomfortable). Still, many implementations of l() get untouched.
Additional information
Original drupal code includes a 'process' case, which I believe backdrop doesn't have.
Draft of feature description for Press Release (1 paragraph at most)
Backdrop now includes the availability to theme or preprocess any link created with the l() function.
Recent comments
Thank you for all your help. In the meantime I just edited the export db-file and removed the top line with the sandbox comment. --> Still the same issue. I exported also with the...
Problem with utf8mb4 Format when importing database
Another possibility: The RRSB module has a forward option. If you don't want all the social-media sharing links, you can uncheck them all, then enable RRSB on the node types of your choice.
Forward/email this page ?
One person said: I use bee in mamp - but not sure what i can offer. I did a basic setup and it just works...
Problem with utf8mb4 Format when importing database