Commits
User selector
Commit History
Commits on May 27, 2008
Allow wp-content to exist outside of webroot. Props sambauers. see #6938
Show description for 6cc11cbcommitted
Commits on Feb 5, 2008
Trailing whitespace cleanup
Show description for 3a18b96committed
Commits on Jan 16, 2008
Use PLUGINDIR in plugin_basename(). Props hansengel. fixes #5665
Show description for d4c55e7committed
Commits on Jan 9, 2008
phpdoc tuneup from darkdragon. see #5611
Show description for f5564e7committed
Commits on Dec 6, 2007
Filter and action optimizations and phpdoc updates from darkdragon. fixes #5338
Show description for 6e2cb47committed
Commits on Nov 8, 2007
Change 'all' hook calling. Bring filters and actions back into one array for back-compat. see #5231
Show description for c9946fecommitted
Commits on Nov 7, 2007
has_action and has_filter. see #5231
Show description for d5ed4b3committed
Commits on Nov 6, 2007
Add missing type arg on call to _wp_filter_build_unique_id(). see #5231
Show description for 35f22f5committedcurrent_fiter() from tellyworth. fixes #5232
Show description for f69f6c0committedSeparate action and filter arrays. Get rid of filter merging. fixes #5231
Show description for 6d61400committed
Commits on Oct 19, 2007
phpdoc for plugin API. Props darkdragon. fixes #5225
Show description for a22e298committed
Commits on Oct 7, 2007
Add documentation of _wp_filter_build_unique_id(). Fixed #5053 props darkdragon.
Show description for 6234be8committed
Commits on Sep 3, 2007
Remove trailing whitespace
Show description for 7a43c01committedStrip lines that contain only whitespace down to newlines.
Show description for e939114committed
Commits on Aug 28, 2007
Commits on Aug 24, 2007
Fix how wp_filter array is keyed. Props santosj/darkdragon. fixes #3875 for 2.3
Show description for 73d5479committed
Commits on Aug 23, 2007
Fix plugin basename for Windows servers. Fixes #3002 props Ozh
Show description for de68553committed
Commits on Aug 8, 2007
Commits on May 8, 2007
Make sure wp_actions is set before counting.
Show description for 23018b4committed
Commits on May 7, 2007
Fix did_action to properly account for actions that have no callbacks attached.
Show description for 622bc51committed
Commits on May 4, 2007
Return based on whether the hook was removed or not. Props mdawaffe. fixes #4223
Show description for e191edbcommitted
rob1n
Commits on Apr 7, 2007
Avoid php notices.
Show description for c113ddacommitted
Commits on Apr 2, 2007
Because of the next we should always do a reset.
Show description for 3be1be3committedFixes bottlenecks found in filter system using xdebug + kcachegrind. merge_filters was being called 1000+ times.
Show description for 0b78f96committed
Commits on Mar 29, 2007
PHPdoc for plugin.php. Props Martin10. fixes #3852
Show description for 44bb2a7committed
rob1n
Commits on Feb 28, 2007
add and apply filter optimizations from FraT. fixes #3875
Show description for 0e79a60committed
Commits on Dec 8, 2006
did_action()
Show description for 664f8decommitted
Commits on Dec 7, 2006
Bunch of whitespace and coding standardization.
Show description for db44b0acommitted
Commits on Oct 13, 2006
Code cleanup: wp-includes/plugin.php
Show description for 2cc7fddcommitted
Commits on Oct 4, 2006
case insensitive sorting. props Nazgul. fixes #3108
Show description for bc7cd93committed
Commits on Sep 12, 2006
do_action_ref_array(). fixes #3125
Show description for 7d25a72committed
Commits on Sep 10, 2006
Pass along the modified string instead of the original. fixes #3118
Show description for 387124ccommitted
Commits on Sep 8, 2006
do_action and apply_filters arg passing sanity from mdawaffe. fixes #3116
Show description for 23d84facommittedSpecify number of accepted args.
Show description for 826dd2dcommitted
Commits on Jun 20, 2006
Move plugin API to plugin.php. #2525
Show description for 2c8931ccommitted
Loading