Se pone barra lateral tan larga como el contenido
git-svn-id: https://192.168.0.254/svn/Proyectos.Afetec_Web/trunk@8 828b2857-b6d9-ce4d-95e2-bbc4707c23a3
This commit is contained in:
parent
1beaa0b3c2
commit
67655af4e2
@ -820,4 +820,6 @@ function insert_clearfix_after_contents( $content ) {
|
|||||||
* @since 1.0
|
* @since 1.0
|
||||||
**/
|
**/
|
||||||
if ( defined ( 'DOING_AJAX' ) && DOING_AJAX )
|
if ( defined ( 'DOING_AJAX' ) && DOING_AJAX )
|
||||||
add_filter( 'doing_it_wrong_trigger_error', '__return_false', 10 );
|
add_filter( 'doing_it_wrong_trigger_error', '__return_false', 10 );
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
function cloudfw_login_form(){
|
function cloudfw_login_form(){
|
||||||
if (!(current_user_can('read'))){
|
if (!(current_user_can('read'))){
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user