Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/25/2013 03:06:32 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Constans album spatium. Consistent whitespace handling of foreach usages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/common/shortcodes.php

    r4996 r5002  
    106106     */
    107107    private function add_shortcodes() {
    108         foreach( (array) $this->codes as $code => $function ) {
     108        foreach ( (array) $this->codes as $code => $function ) {
    109109            add_shortcode( $code, $function );
    110110        }
Note: See TracChangeset for help on using the changeset viewer.