#1124 closed defect (bug) (fixed)
typo for notifications in "function delete_all_by_type"
| Reported by: | grosbouff | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1.1 |
| Component: | Version: | ||
| Severity: | Keywords: | ||
| Cc: |
Description
There is a typo in
function delete_all_by_type() at line 350 :
$component_action_sql = $wpdb->prepare( "AND component_action = %s", $compoennt_action );
instead of
$component_action_sql = $wpdb->prepare( "AND component_action = %s", $component_action );
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [2005]) Fixes #1124 props grosbouff