Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15000, comment 8


Ignore:
Timestamp:
06/13/2014 01:18:57 AM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15000, comment 8

    initial v1  
    66        }
    77}
    8 add_action( 'add_meta_boxes', 'your_callback', 10, 2 );
     8add_action( 'add_meta_boxes', 'your_callback' );
    99}}}