Make WordPress Core

Ticket #28925: docblock-typo.diff

File docblock-typo.diff, 462 bytes (added by joehoyle, 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 { 
    9999         * Make private properties readable for backwards compatibility.
    100100         *
    101101         * @since 4.0.0
    102          * @access publc
     102         * @access public
    103103         *
    104104         * @param string $name Property to get.
    105105         * @return mixed Property.