worschtebrot
Member
Posted 1 year ago #
Hi,
I have added my first plugin to the wordpress database on the common way at http://wordpress.org/extend/plugins/add/. I entered and url in the optional field for my plugin's homepage, but this was wrong. Now I am searching for an option to change this, but I can't find one. Can anybody help me?
worschtebrot
Member
Posted 1 year ago #
no one of the wordpress developers who feels responsible for this issue?
Did you use the readme.txt file in your plugin? If so, just change that. If not, then add it.
worschtebrot
Member
Posted 1 year ago #
yes, i use the readme.txt but I didn't find a tag for the plugin homepage url in the documentation, so I guess there is none.
And I already used the bug report twice. No answer... :-(
http://wordpress.org/extend/plugins/about/faq/
The FAQ now makes it more clear that info come from both the plugin headers in the plugin file itself and the readme file.
The Author and Plugin Homepages come from the plugin header's Author URI: and Plugin URI: fields.
worschtebrot
Member
Posted 1 year ago #
Yes, it's the Plugin URI: directly in my plugin script file. Thanks, I was kind of stupid ...