_x( 'Quotes', 'Visual editor blockquote formats group title.', 'wm_domain' ), 'items' => array( array( 'title' => __( 'Blockquote', 'wm_domain' ), 'block' => 'blockquote', ), array( 'title' => __( 'Pullquote - align left', 'wm_domain' ), 'block' => 'blockquote', 'classes' => 'pullquote alignleft', ), array( 'title' => __( 'Pullquote - align right', 'wm_domain' ), 'block' => 'blockquote', 'classes' => 'pullquote alignright', ), array( 'title' => _x( 'Cite', 'Visual editor format label for HTML CITE tag used to set the blockquote source.', 'wm_domain' ), 'block' => 'cite', ), ), ), //Group: Text styles array( 'title' => __( 'Text styles', 'wm_domain' ), 'items' => array( array( 'title' => __( 'Uppercase heading or paragraph', 'wm_domain' ), 'selector' => 'h1, h2, h3, h4, h5, h6, p', 'classes' => 'uppercase', ), array( 'title' => __( 'Highlighted (marked) text', 'wm_domain' ), 'inline' => 'mark', ), array( 'title' => __( 'Button link', 'wm_domain' ), 'selector' => 'a', 'classes' => 'button', ), ), ), ) ) ); //Output return apply_filters( 'wmhook_wm_custom_mce_format_output', $init ); } } // /wm_custom_mce_format ?>