Make WordPress Core


Ignore:
Timestamp:
03/07/2023 08:28:40 AM (2 years ago)
Author:
audrasjb
Message:

Bundled Themes: Improve various globals documentation, as per docblock standards.

Props viralsampat, audrasjb, costdev.
See #56792, #57069.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/functions.php

    r55420 r55472  
    384384 * @since Twenty Thirteen 1.0
    385385 *
     386 * @global int $paged WordPress archive pagination page count.
     387 * @global int $page  WordPress paginated post page count.
     388 *
    386389 * @param string $title Default title text for current view.
    387390 * @param string $sep   Optional separator.
     
    752755 *
    753756 * @since Twenty Thirteen 1.0
     757 *
     758 * @global int $content_width Content width.
    754759 */
    755760function twentythirteen_content_width() {
Note: See TracChangeset for help on using the changeset viewer.