Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #23530


Ignore:
Timestamp:
02/19/2013 11:53:41 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23530

    • Property Cc ms@… added
    • Property Component changed from General to Taxonomy
  • Ticket #23530 – Description

    initial v4  
    99
    1010Code:
    11 
     11{{{
    1212register_taxonomy( 'attachment_directories', 'attachment' );
    1313
     
    3333$non_empty_directories = get_terms( 'attachment_directories', $args3 );
    3434
    35 //$non_empty_directories is an empty array(), but it should return the ID of //the 'parent' term.
    36 
    37 
    38 
     35//$non_empty_directories is an empty array(), but it should return the ID of the 'parent' term.
     36}}}