Make WordPress Core


Ignore:
Timestamp:
05/01/2013 01:46:45 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Fix typos in phpdoc. props jcastaneda. fixes #24230.

File:
1 edited

Legend:

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

    r24082 r24147  
    341341    // Set up maybe-relative, maybe-absolute array of theme directories.
    342342    // We always want to return absolute, but we need to cache relative
    343     // use in for get_theme_root().
     343    // to use in get_theme_root().
    344344    foreach ( $wp_theme_directories as $theme_root ) {
    345345        if ( 0 === strpos( $theme_root, WP_CONTENT_DIR ) )
     
    545545 * Start preview theme output buffer.
    546546 *
    547  * Will only preform task if the user has permissions and template and preview
     547 * Will only perform task if the user has permissions and template and preview
    548548 * query variables exist.
    549549 *
Note: See TracChangeset for help on using the changeset viewer.