Make WordPress Core

Changeset 30226


Ignore:
Timestamp:
11/04/2014 03:58:44 PM (10 years ago)
Author:
DrewAPicture
Message:

Merge a multi-line comment into a single-line comment in wp-includes/link-template.php.

See [30166]. See #30224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/link-template.php

    r30166 r30226  
    23342334        $links = paginate_links( $args );
    23352335
    2336         // _navigation_markup() expects string,
    2337         // paginate_links() can return an array
     2336        // `navigation_markup()` expects a string, `paginate_links()` can return an array.
    23382337        if ( $links && ! is_array( $links ) ) {
    23392338            $navigation = _navigation_markup( $links, 'pagination' );
Note: See TracChangeset for help on using the changeset viewer.