Make WordPress Core


Ignore:
Timestamp:
06/01/2026 11:20:59 PM (2 months ago)
Author:
SergeyBiryukov
Message:

Twenty Eleven: Add missing documentation for some global variables.

Props sabernhardt, upadalavipul, shailu25, rajinsharwar, audrasjb, viralsampat, noruzzaman, huzaifaalmesbah, SergeyBiryukov.
See #58715.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/showcase.php

    r56556 r62442  
    209209                                                $recent->the_post();
    210210
     211                                                /**
     212                                                 * @global int $more
     213                                                 */
     214                                                global $more;
    211215                                                // Set $more to 0 in order to only get the first part of the post.
    212                                                 global $more;
    213216                                                $more = 0;
    214217
Note: See TracChangeset for help on using the changeset viewer.