Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. * Required: <strong>.gallery-caption</strong> css class is needed in your theme css.
  2. * Required: <strong>.bypostauthor</strong> css class is needed in your theme css.
  3. * Recommended: could not find the file <strong>readme.txt</strong> in the theme.
  4. * Recommended: No reference to <strong>add_editor_style()</strong> 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 <strong>add_custom_image_header()</strong> was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  6. * Recommended: <strong>get_bloginfo( 'url' )</strong> was found in the file <strong>justcss_functions.php</strong>. Use <strong>home_url()</strong> instead.<pre>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 );</pre>
  7. * Recommended: <strong>get_bloginfo( 'template_url' )</strong> was found in the file <strong>justcss_functions.php</strong>. Use <strong>get_template_directory_uri()</strong> instead.<pre>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