Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #44966, comment 3


Ignore:
Timestamp:
09/21/2018 08:55:42 PM (6 years ago)
Author:
konainm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44966, comment 3

    v1 v2  
    55Please see the modified code for the tags meta box below:
    66
    7 function nyu_metabox_content( $post, $box ) {
     7
     8{{{
     9function tagsdiv-post_tag( $post, $box ) {
    810        $defaults = array( 'taxonomy' => 'post_tag' );
    911        if ( ! isset( $box['args'] ) || ! is_array( $box['args'] ) ) {
     
    4648<?php
    4749}
     50}}}
    4851
    4952