Make WordPress Core


Ignore:
Timestamp:
02/16/2024 09:45:18 PM (15 months ago)
Author:
johnbillion
Message:

Docs: Various improvements and corrections to inline documentation.

See #59651

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php

    r56665 r57644  
    303303     * @global string $mode List table view mode.
    304304     *
    305      * @param string $which The location of the pagination nav markup: 'top' or 'bottom'.
     305     * @param string $which The location of the pagination nav markup: Either 'top' or 'bottom'.
    306306     */
    307307    protected function pagination( $which ) {
     
    320320     * @since 5.3.0
    321321     *
    322      * @param string $which The location of the extra table nav markup: 'top' or 'bottom'.
     322     * @param string $which The location of the extra table nav markup: Either 'top' or 'bottom'.
    323323     */
    324324    protected function extra_tablenav( $which ) {
     
    334334             * @since 5.3.0
    335335             *
    336              * @param string $which The location of the extra table nav markup: 'top' or 'bottom'.
     336             * @param string $which The location of the extra table nav markup: Either 'top' or 'bottom'.
    337337             */
    338338            do_action( 'restrict_manage_sites', $which );
     
    354354         * @since 5.3.0
    355355         *
    356          * @param string $which The location of the extra table nav markup: 'top' or 'bottom'.
     356         * @param string $which The location of the extra table nav markup: Either 'top' or 'bottom'.
    357357         */
    358358        do_action( 'manage_sites_extra_tablenav', $which );
Note: See TracChangeset for help on using the changeset viewer.