瀏覽代碼

fix typo for type in custom column

tags/0.9.0
Alej 4 年之前
父節點
當前提交
4b583060dc
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      vue-theme/functions.php

+ 1
- 1
vue-theme/functions.php 查看文件

@@ -352,7 +352,7 @@ function set_custom_edit_publication_columns($columns) {
352 352
     return $columns;
353 353
 }
354 354
 // Add the data to the custom columns for PUBLICATION:
355
-add_action( 'manage_guide_posts_custom_column' , 'custom_publication_column', 10, 2 );
355
+add_action( 'manage_publication_posts_custom_column' , 'custom_publication_column', 10, 2 );
356 356
 function custom_publication_column( $column, $post_id ) {
357 357
     switch ( $column ) {
358 358
         case 'material' :

Loading…
取消
儲存