Update php structure comments
This commit is contained in:
parent
d15d4c6e1d
commit
4b3c948157
@ -2045,7 +2045,7 @@ function fictioneer_get_story_changelog( $story_id ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// =============================================================================
|
// =============================================================================
|
||||||
// PAGE BACKGROUND
|
// MAIN OBSERVER
|
||||||
// =============================================================================
|
// =============================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -2061,6 +2061,10 @@ function fictioneer_main_observer( $context = null ) {
|
|||||||
}
|
}
|
||||||
add_action( 'fictioneer_main', 'fictioneer_main_observer', 1 );
|
add_action( 'fictioneer_main', 'fictioneer_main_observer', 1 );
|
||||||
|
|
||||||
|
// =============================================================================
|
||||||
|
// PAGE BACKGROUND
|
||||||
|
// =============================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Renders the page background element
|
* Renders the page background element
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user