Making WordPress.org

Changeset 5582


Ignore:
Timestamp:
06/15/2017 11:20:31 PM (7 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Change some leading spaces to tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php

    r5581 r5582  
    205205        else {
    206206            $link = '<a href="' .
    207                     get_post_type_archive_link( 'wp-parser-function' ) .
     207                    get_post_type_archive_link( 'wp-parser-function' ) .
    208208                    sanitize_title_with_dashes( html_entity_decode( $link ) ) .
    209                     '">' . esc_html( $link ) . '</a>';
     209                    '">' . esc_html( $link ) . '</a>';
    210210        }
    211211        return $link;
Note: See TracChangeset for help on using the changeset viewer.