Changes in trunk/wp-includes/category.php [16412:13754]
- File:
-
- 1 edited
-
trunk/wp-includes/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category.php
r16412 r13754 304 304 305 305 /* Cache */ 306 307 308 /** 309 * Update the categories cache. 310 * 311 * This function does not appear to be used anymore or does not appear to be 312 * needed. It might be a legacy function left over from when there was a need 313 * for updating the category cache. 314 * 315 * @since 1.5.0 316 * 317 * @return bool Always return True 318 */ 319 function update_category_cache() { 320 return true; 321 } 306 322 307 323
Note: See TracChangeset
for help on using the changeset viewer.