Hi Everyone,
I am looking for advice on how to solve an annoying problem.
Wordpress has a dummy file called "
wp-admin/load-scripts.php", and for some reason PhpEd decides that this is the file that many of the wordpress functions are declared in.
For example, I have a project setup with wordpress in the base/root folder of the project - I open up "
wp-admin/options-privacy.php" and ctrl+click on any of the "
get_option()" function calls and PhpEd takes me to line 43 of "
wp-admin/load-scripts.php", here is that line and those preceeding it:
/**
* @ignore
*/
function get_option() {} |
Is there a way to force PhpEd to ignore this file?
Should PhpEd be ignoring these functions with the PhpDoc @ignore tag?
Has this already been fixed in a newer release of PhpEd? (I am running v6.2.6231 Professional developing on wordpress 3.2.1)?
Am I going to run out of Vegimite and Cheese toasted sandwiches? probably not 
Thank you in advance for your insights and awesomeness.