[wp-hackers] Everybody Stop
Mark Jaquith
mark.wordpress at txfx.net
Tue Jul 27 18:47:06 UTC 2004
And your suggestion is the only one that is at least partially in use in
WordPress already. It doesn't require changing anything in the index
template (like the of the other suggestions). All that would happen is
that functions that don't have a get_ version would be moved to
get_function_name() and function_name() would be changed to echo
get_function_name(). Besides just having a few more functions (very
small ones, at that), I can't see the downside to this. I can't see a
downside in terms of backwards compatibility, in terms of beginner
users, or in terms of usability for expert users. Everybody wins (or at
least, no one loses).
Brian Meidell wrote:
>
>
> Matt Mullenweg wrote:
>
>> If you're not going to check the assertions you make in discussion,
>> please keep them to yourself. The only thing you would ever encode is
>> ampersands, which people should be aware of anyway to avoid
>> validation problems.
>
>
> I don't understand what you mean. The ampersands would be in PHP code,
> not in the output, so they would never mess with the validation unless
> the function merely output it's argument string.
>
>> When proposing changes to existing functions, please keep in mind
>> backwards compatibility.
>
>
> My suggestion is still the only one that is entirely backwards
> compatible as far as I can tell.
>
> /Brian
>
> _______________________________________________
> hackers mailing list
> hackers at wordpress.org
> http://wordpress.org/mailman/listinfo/hackers_wordpress.org
>
>
More information about the hackers
mailing list