Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/CustomizeMenus.php

    r46586 r47122  
    11<?php
    22/**
    3  * Testing ajax customize menus functionality
     3 * Testing Ajax customize menus functionality.
    44 *
    55 * @package    WordPress
     
    8787     * @return array {
    8888     *     @type array {
    89      * @string string $role             The role that will test caps for.
    90      * @array  array  $expected_results The expected results from the ajax call.
     89     *         @string string $role             The role that will test caps for.
     90     *         @array  array  $expected_results The expected results from the Ajax call.
    9191     *     }
    9292     * }
     
    158158     *     @type array {
    159159     * @array array $post_args        The arguments that will merged with the $_POST array.
    160      * @array array $expected_results The expected results from the ajax call.
     160     * @array array $expected_results The expected results from the Ajax call.
    161161     *     }
    162162     * }
     
    478478     *     @type array {
    479479     * @string string $role             The role that will test caps for.
    480      * @array  array  $expected_results The expected results from the ajax call.
     480     * @array  array  $expected_results The expected results from the Ajax call.
    481481     *     }
    482482     * }
     
    569569     * @return array {
    570570     *     @type array {
    571      * @string string $post_args        The args that will be passed to ajax.
    572      * @array  array  $expected_results The expected results from the ajax call.
     571     * @string string $post_args        The args that will be passed to Ajax.
     572     * @array  array  $expected_results The expected results from the Ajax call.
    573573     *     }
    574574     * }
Note: See TracChangeset for help on using the changeset viewer.