Skip to content

Instantly share code, notes, and snippets.

@jeremyfelt
Created September 20, 2013 16:12
Show Gist options
  • Select an option

  • Save jeremyfelt/6639973 to your computer and use it in GitHub Desktop.

Select an option

Save jeremyfelt/6639973 to your computer and use it in GitHub Desktop.
<?php
add_action( 'after_setup_theme', 'wsu_add_editor_style' );
/**
* Add a stylesheet to the post editor
*/
function wsu_add_editor_style() {
add_editor_style( 'wsu-editor-styles.css' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment