Changes between Version 1 and Version 2 of Ticket #44966, comment 3
- Timestamp:
- 09/21/2018 08:55:42 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44966, comment 3
v1 v2 5 5 Please see the modified code for the tags meta box below: 6 6 7 function nyu_metabox_content( $post, $box ) { 7 8 {{{ 9 function tagsdiv-post_tag( $post, $box ) { 8 10 $defaults = array( 'taxonomy' => 'post_tag' ); 9 11 if ( ! isset( $box['args'] ) || ! is_array( $box['args'] ) ) { … … 46 48 <?php 47 49 } 50 }}} 48 51 49 52