Ticket #28925: docblock-typo.diff
File docblock-typo.diff, 462 bytes (added by , 11 years ago) |
---|
-
wp-admin/includes/class-wp-list-table.php
diff --git wp-admin/includes/class-wp-list-table.php wp-admin/includes/class-wp-list-table.php index a7a0f88..1ae8970 100644
class WP_List_Table { 99 99 * Make private properties readable for backwards compatibility. 100 100 * 101 101 * @since 4.0.0 102 * @access publ c102 * @access public 103 103 * 104 104 * @param string $name Property to get. 105 105 * @return mixed Property.