Changeset 2606580
- Timestamp:
- 09/29/2021 09:08:46 AM (4 years ago)
- Location:
- post-state-tags
- Files:
-
- 1 edited
- 1 copied
-
tags/2.0.8/post-state-tags.php (copied) (copied from post-state-tags/trunk/post-state-tags.php) (1 diff)
-
trunk/post-state-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
post-state-tags/tags/2.0.8/post-state-tags.php
r2606568 r2606580 929 929 930 930 // !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 = "" ) { 937 932 return $post_columns; 938 933 } 939 940 941 934 942 935 -
post-state-tags/trunk/post-state-tags.php
r2561059 r2606580 929 929 930 930 // !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 = "" ) { 937 932 return $post_columns; 938 933 } 939 940 941 934 942 935
Note: See TracChangeset
for help on using the changeset viewer.