Plugin Directory

Changeset 2606580


Ignore:
Timestamp:
09/29/2021 09:08:46 AM (4 years ago)
Author:
brandbrilliance
Message:

Fixed the fix.

Location:
post-state-tags
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • post-state-tags/tags/2.0.8/post-state-tags.php

    r2606568 r2606580  
    929929   
    930930    // !IMPORTANT manage_pages_columns, manage_posts_columns, manage_{$post_type}_posts_columns
    931     public function manage_post_columns( $post_columns, $post_type) {
    932 
    933         print_r($post_columns);
    934 
    935         $post_columns['title'] = $post_columns['title'] . ' TESTING';   
    936 
     931    public function manage_post_columns( $post_columns, $post_type = "" ) {
    937932        return $post_columns;
    938933    }   
    939 
    940 
    941934
    942935
  • post-state-tags/trunk/post-state-tags.php

    r2561059 r2606580  
    929929   
    930930    // !IMPORTANT manage_pages_columns, manage_posts_columns, manage_{$post_type}_posts_columns
    931     public function manage_post_columns( $post_columns, $post_type) {
    932 
    933         print_r($post_columns);
    934 
    935         $post_columns['title'] = $post_columns['title'] . ' TESTING';   
    936 
     931    public function manage_post_columns( $post_columns, $post_type = "" ) {
    937932        return $post_columns;
    938933    }   
    939 
    940 
    941934
    942935
Note: See TracChangeset for help on using the changeset viewer.