update and tidy up functions, add missing docblocks

This commit is contained in:
Lukas Juhas 2017-11-21 13:02:14 +00:00
parent 72f6fa9471
commit beae33cba0
5 changed files with 74 additions and 46 deletions

View file

@ -2,3 +2,8 @@
/**
* This is file for all of your custom functions for the project
*/
/**
* Enables the Link Manager that existed in WordPress until version 3.5.
*/
// add_filter('pre_option_link_manager_enabled', '__return_true');