- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r37422 r37488 516 516 517 517 /** 518 * Filter the taxonomy columns in the Posts list table.518 * Filters the taxonomy columns in the Posts list table. 519 519 * 520 520 * The dynamic portion of the hook name, `$post_type`, refers to the post … … 549 549 550 550 /** 551 * Filter the columns displayed in the Pages list table.551 * Filters the columns displayed in the Pages list table. 552 552 * 553 553 * @since 2.5.0 … … 559 559 560 560 /** 561 * Filter the columns displayed in the Posts list table.561 * Filters the columns displayed in the Posts list table. 562 562 * 563 563 * @since 1.5.0 … … 570 570 571 571 /** 572 * Filter the columns displayed in the Posts list table for a specific post type.572 * Filters the columns displayed in the Posts list table for a specific post type. 573 573 * 574 574 * The dynamic portion of the hook name, `$post_type`, refers to the post type slug. … … 965 965 if ( 'excerpt' === $mode ) { 966 966 /** 967 * Filter the published time of the post.967 * Filters the published time of the post. 968 968 * 969 969 * If `$mode` equals 'excerpt', the published time and date are both displayed. … … 1252 1252 1253 1253 /** 1254 * Filter the array of row action links on the Pages list table.1254 * Filters the array of row action links on the Pages list table. 1255 1255 * 1256 1256 * The filter is evaluated only for hierarchical post types. … … 1267 1267 1268 1268 /** 1269 * Filter the array of row action links on the Posts list table.1269 * Filters the array of row action links on the Posts list table. 1270 1270 * 1271 1271 * The filter is evaluated only for non-hierarchical post types. … … 1309 1309 1310 1310 /** 1311 * Filter whether the current taxonomy should be shown in the Quick Edit panel.1311 * Filters whether the current taxonomy should be shown in the Quick Edit panel. 1312 1312 * 1313 1313 * @since 4.2.0 … … 1474 1474 1475 1475 /** 1476 * Filter the arguments used to generate the Quick Edit page-parent drop-down.1476 * Filters the arguments used to generate the Quick Edit page-parent drop-down. 1477 1477 * 1478 1478 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.