mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
Fix notice
git-svn-id: https://develop.svn.wordpress.org/trunk@9893 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ca8f88dd82
commit
30b38c9d39
@ -127,7 +127,7 @@ function get_the_category( $id = false ) {
|
||||
$categories = get_object_term_cache( $id, 'category' );
|
||||
if ( false === $categories ) {
|
||||
$categories = wp_get_object_terms( $id, 'category' );
|
||||
wp_cache_add($post->ID, $categories, 'category_relationships');
|
||||
wp_cache_add($id, $categories, 'category_relationships');
|
||||
}
|
||||
|
||||
if ( !empty( $categories ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user