Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. * Required: '''.gallery-caption''' css class is needed in your theme css.
  2. * Required: '''.bypostauthor''' css class is needed in your theme css.
  3. * Recommended: could not find the file '''readme.txt''' in the theme.
  4. * Recommended: No reference to '''add_editor_style()''' was found in the theme. It is recommended that the theme implement editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  5. * Recommended: No reference to '''add_custom_image_header()''' was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  6. * Recommended: '''get_bloginfo( 'url' )''' was found in the file '''justcss_functions.php'''. Use '''home_url()''' instead.
  7. {{{
  8. Line 32: wp_enqueue_style('user_css', get_bloginfo( 'url' ) . '/custom.css/', false, null );Line 35: wp_enqueue_style('user_css', get_bloginfo( 'url' ) . '/?css=custom', false, JCSS_VERSION );
  9. }}}
  10. * Recommended: '''get_bloginfo( 'template_url' )''' was found in the file '''justcss_functions.php'''. Use '''get_template_directory_uri()''' instead.
  11. {{{
  12. Line 21: wp_enqueue_style('toolbox', get_bloginfo( 'template_url' ) . '/css/toolbox.css', false, JCSS_VERSION);Line 22: wp_enqueue_style('html5reset', get_bloginfo( 'template_url' ) . '/css/html5reset.css', false, JCSS_VERSIOLine 23: wp_enqueue_style('justcss', get_bloginfo( 'template_url' ) . '/css/justcss.css', false, JCSS_VERSION);Line 24: wp_register_style( 'justcss-firefox', get_bloginfo( 'template_url' ). '/css/firefox.css', false, JCSS_VERSION );Line 25: wp_register_style( 'justcss-ie', get_bloginfo( 'template_url' ). '/css/ie.css', false, JCSS_VERSION );Line 43: echo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement