|
[Documentation bug] hook_nodeapi documentation: msg#00051php.drupal.documentation
Issue status update for http://drupal.org/node/62367 Post a follow up: http://drupal.org/project/comments/add/62367 Project: Documentation Version: <none> Component: Developer Guide Category: bug reports Priority: normal Assigned to: Anonymous Reported by: pwolanin Updated by: pwolanin Status: active I'm getting some log errors after upgrading 4.7beta to 4.7.0. In looking through the core modules to see where the errors are occuring, I saw in taxonomy_nodeapi() a case for 'rss item'. However, the API documentation for hook_nodeapi does not list this as a possible value of the $op parameter. Is this an omission in the documentation, a deprecated $op value, or what? http://api.drupal.org/api/HEAD/function/hook_nodeapi using grep pulls up the following instances of this case being used in my installed modules: modules/comment.module:309: case 'rss item': modules/event/event.module:689: $extra = node_invoke_nodeapi($node, 'rss item'); modules/event/event.module:1942: case 'rss item': modules/node.module:1450: $extra = node_invoke_nodeapi($item, 'rss item'); modules/taxonomy.module:1187: case 'rss item': modules/upload.module:400: case 'rss item': pwolanin -- Pending work: http://drupal.org/project/issues/documentation/ List archives: http://lists.drupal.org/pipermail/documentation/ |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [Documentation feature] Display 'last modified' date on Drupal handbook pages: 00051, courtney |
|---|---|
| Next by Date: | [Documentation bug] PHPTemplate default page.tpl.php example problem: 00051, bradlis7 |
| Previous by Thread: | [Documentation feature] Display 'last modified' date on Drupal handbook pagesi: 00051, courtney |
| Next by Thread: | [Documentation bug] PHPTemplate default page.tpl.php example problem: 00051, bradlis7 |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |