Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/capabilities.php

    r12699 r12733  
    125125     * The capabilities are defined in the following format `array( 'read' => true );`
    126126     * To explicitly deny a role a capability you set the value for that capability to false.
    127      * 
     127     *
    128128     * @since 2.0.0
    129129     * @access public
     
    717717            $cap = $this->translate_level_to_cap( $cap );
    718718        }
    719        
     719
    720720        $args = array_slice( func_get_args(), 1 );
    721721        $args = array_merge( array( $cap, $this->ID ), $args );
Note: See TracChangeset for help on using the changeset viewer.