blogapi_mt_get_category_list

Versions
6
blogapi_mt_get_category_list($blogid, $username, $password)

Code

modules/blogapi/blogapi.module, line 512

<?php
function blogapi_mt_get_category_list($blogid, $username, $password) {
  return blogapi_metaweblog_get_category_list($blogid, $username, $password);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.