Make WordPress Core

Changeset 25412


Ignore:
Timestamp:
09/12/2013 06:56:32 PM (11 years ago)
Author:
helen
Message:

No space between and duplicate_hook. see #25229

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-writing.php

    r25411 r25412  
    2929) );
    3030
    31 // duplicate_hook
     31//duplicate_hook
    3232if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {
    3333    get_current_screen()->add_help_tab( array(
     
    132132
    133133<?php
    134 // duplicate_hook
     134//duplicate_hook
    135135if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {
    136136?>
     
    169169
    170170<?php
    171 // duplicate_hook
     171//duplicate_hook
    172172if ( apply_filters( 'enable_update_services_configuration', true ) ) {
    173173?>
Note: See TracChangeset for help on using the changeset viewer.