Changeset 59000
- Timestamp:
- 09/09/2024 02:35:03 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r58894 r59000 724 724 * @since 2.5.0 725 725 * 726 * @param string[] $post _columns An associative array of column headings.726 * @param string[] $posts_columns An associative array of column headings. 727 727 */ 728 728 $posts_columns = apply_filters( 'manage_pages_columns', $posts_columns ); … … 734 734 * @since 1.5.0 735 735 * 736 * @param string[] $post _columns An associative array of column headings.737 * @param string $post_type The post type slug.736 * @param string[] $posts_columns An associative array of column headings. 737 * @param string $post_type The post type slug. 738 738 */ 739 739 $posts_columns = apply_filters( 'manage_posts_columns', $posts_columns, $post_type ); … … 752 752 * @since 3.0.0 753 753 * 754 * @param string[] $post _columns An associative array of column headings.754 * @param string[] $posts_columns An associative array of column headings. 755 755 */ 756 756 return apply_filters( "manage_{$post_type}_posts_columns", $posts_columns );
Note: See TracChangeset
for help on using the changeset viewer.