I would submit a ticket core.trac.ww.wp.xz.cn
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
I would submit a ticket core.trac.ww.wp.xz.cn
Why create a trac ticket? The codex is editable by any valid account.
I found possible mistake on codex. Where can I refer it to?
Which article and what is the mistake?
You mean is THIS right: http://codex.ww.wp.xz.cn/Administration_Menus#Sample_Menu_Page
Please don’t link to the edit page, it’s a pain to read 🙂
The generalities are right. What specifically do ytou think is wrong?
For example, you could tell us
“This example:
echo '<div class="wrap">';
should be this:
echo '<div class="wrapper">';
“
See how easy that is to explain? 🙂
Thanks for well-intentioned suggestion.
http://codex.ww.wp.xz.cn/Administration_Menus#Sample_Menu_Page
In the above link this method:
<em>mt_options_page</em>
should be like this:
<em>mt_{options}_page</em>
or <em>{mt_options_page}</em>
to declare that we can use any identifier instead.
Code tags are backticks not apostrophies.
While that makes sense, it’s not incorrect as is, and it’s rather how we do all code examples. People are (generally) savvy enough to know they can rename functions.
Yes I understand what you mean and I am starting to get in the way of codex thinking.
I like this freedom. 😉