Changeset 2228 for sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/rosetta-roles.php
- Timestamp:
- 12/28/2015 12:38:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/rosetta-roles.php
r2197 r2228 194 194 public function enqueue_styles() { 195 195 $suffix = is_rtl() ? '-rtl' : ''; 196 wp_enqueue_style( 'rosetta-roles', plugins_url( "/css/rosetta-roles$suffix.css", __FILE__ ), array(), ' 2' );196 wp_enqueue_style( 'rosetta-roles', plugins_url( "/css/rosetta-roles$suffix.css", __FILE__ ), array(), '3' ); 197 197 } 198 198 … … 214 214 /> 215 215 {{data.name}} 216 <span class="project-slug">({{data.slug}})</span> 216 217 </label> 217 218 <# } else { #> 218 219 <label> 219 220 <input type="radio" class="input-radio" checked="checked" /> {{data.name}} 221 <span class="project-slug">({{data.slug}})</span> 220 222 </label> 221 223 <# } #> … … 772 774 $projects = array(); 773 775 foreach ( $_projects as $project ) { 776 $project->name = html_entity_decode( $project->name, ENT_QUOTES, 'UTF-8' ); 774 777 $projects[ $project->id ] = $project; 775 778 }
Note: See TracChangeset
for help on using the changeset viewer.