Make WordPress Core


Ignore:
Timestamp:
02/25/2016 12:52:33 PM (10 years ago)
Author:
ocean90
Message:

Spelling: Standardize on "front end"/"back end" (noun) and "front-end"/"back-end" (adjective).

Props obrienlabs, thewanderingbrit.
Fixes #34887.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp.php

    r36629 r36709  
    332332                $this->query_vars[$t->query_var] = str_replace( ' ', '+', $this->query_vars[$t->query_var] );
    333333
    334         // Don't allow non-publicly queryable taxonomies to be queried from the front-end.
     334        // Don't allow non-publicly queryable taxonomies to be queried from the front end.
    335335        if ( ! is_admin() ) {
    336336            foreach ( get_taxonomies( array( 'publicly_queryable' => false ), 'objects' ) as $taxonomy => $t ) {
Note: See TracChangeset for help on using the changeset viewer.