Changeset 33178 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 07/12/2015 06:31:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r33155 r33178 851 851 852 852 /** 853 * Get the name of the default primary column.853 * Gets the name of the default primary column. 854 854 * 855 855 * @since 4.3.0 … … 877 877 878 878 /** 879 * Get the name of the primary column.879 * Gets the name of the primary column. 880 880 * 881 881 * @since 4.3.0 … … 889 889 890 890 /** 891 * Filter the name of the primary column for the current list table, with context 892 * as argument (eg: 'plugins'). 891 * Filter the name of the primary column for the current list table. 893 892 * 894 893 * @since 4.3.0 … … 1237 1236 1238 1237 /** 1239 * Generate and display row actions links1238 * Generates and display row actions links for the list table. 1240 1239 * 1241 1240 * @since 4.3.0
Note: See TracChangeset
for help on using the changeset viewer.