Changeset 34238
- Timestamp:
- 09/16/2015 03:00:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r34178 r34238 197 197 198 198 /** 199 * Helper to create links to `edit.php` with params199 * Helper to create links to edit.php with params. 200 200 * 201 201 * @since 4.4.0 202 * 202 * @access protected 203 * 204 * @param array $args URL parameters for the link. 205 * @param string $label Link text. 206 * @param string $class Optional. Class attribute. Default empty string. 203 207 * @return string The formatted link string. 204 208 */
Note: See TracChangeset
for help on using the changeset viewer.