Title: bubblepoker's Replies | WordPress.org

---

# bubblepoker

  [  ](https://wordpress.org/support/users/bubblepoker/)

 *   [Profile](https://wordpress.org/support/users/bubblepoker/)
 *   [Topics Started](https://wordpress.org/support/users/bubblepoker/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bubblepoker/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bubblepoker/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bubblepoker/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bubblepoker/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bubblepoker/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot Access Admin wp-admin](https://wordpress.org/support/topic/cannot-access-admin-wp-admin/)
 *  Thread Starter [bubblepoker](https://wordpress.org/support/users/bubblepoker/)
 * (@bubblepoker)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/cannot-access-admin-wp-admin/#post-1021973)
 * **Anyone help me out please, need to access blog very soon!**
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot Access Admin wp-admin](https://wordpress.org/support/topic/cannot-access-admin-wp-admin/)
 *  Thread Starter [bubblepoker](https://wordpress.org/support/users/bubblepoker/)
 * (@bubblepoker)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/cannot-access-admin-wp-admin/#post-1021968)
 * }
 * function _post_states($post) {
    $post_states = array(); if ( isset($_GET[‘post_status’]))
   $post_status = $_GET[‘post_status’]; else $post_status = ”;
 *  if ( !empty($post->post_password) )
    $post_states[] = __(‘Password protected’);
   if ( ‘private’ == $post->post_status && ‘private’ != $post_status ) $post_states[]
   = __(‘Private’); if ( ‘draft’ == $post->post_status && ‘draft’ != $post_status)
   $post_states[] = __(‘Draft’); if ( ‘pending’ == $post->post_status && ‘pending’!
   = $post_status ) $post_states[] = __(‘Pending’);
 *  if ( ! empty($post_states) ) {
    $state_count = count($post_states); $i = 0; 
   echo ‘ – ‘; foreach ( $post_states as $state ) { ++$i; ( $i == $state_count )?
   $sep = ” : $sep = ‘, ‘; echo “<span class=’post-state’>$state$sep</span>”; } }}
 * function screen_meta($screen) {
    global $wp_meta_boxes, $_wp_contextual_help;
 *  $screen = str_replace(‘.php’, ”, $screen);
    $screen = str_replace(‘-new’, ”,
   $screen); $screen = str_replace(‘-add’, ”, $screen); $screen = apply_filters(‘
   screen_meta_screen’, $screen);
 *  $column_screens = get_column_headers($screen);
    $meta_screens = array(‘index’
   => ‘dashboard’);
 *  if ( isset($meta_screens[$screen]) )
    $screen = $meta_screens[$screen]; $show_screen
   = false; if ( !empty($wp_meta_boxes[$screen]) || !empty($column_screens) ) $show_screen
   = true; ?> <div id=”screen-meta”> <?php if ( $show_screen ) : ?> <div id=”screen-
   options-wrap” class=”hidden”> <h5><?php _e(‘Show on screen’) ?></h5> <form id
   =”adv-settings” action=”” method=”get”> <div class=”metabox-prefs”> <?php if (!
   meta_box_prefs($screen) && isset($column_screens) ) { manage_columns_prefs($screen);
   wp_nonce_field( ‘hiddencolumns’, ‘hiddencolumnsnonce’, false ); } ?> <br class
   =”clear” /> </div></form> </div>
 * <?php
    endif;
 *  global $title;
 *  if ( !isset($_wp_contextual_help) )
    $_wp_contextual_help = array();
 *  if ( !isset($_wp_contextual_help[‘post’]) ) {
    $help = drag_drop_help(); $help.
   = ‘<p>’ . __(‘[Writing Posts](http://codex.wordpress.org/Writing_Posts)‘) . ‘
   </p>’; $_wp_contextual_help[‘post’] = $help; }
 *  if ( !isset($_wp_contextual_help[‘page’]) ) {
    $help = drag_drop_help(); $_wp_contextual_help[‘
   page’] = $help; }
 *  if ( !isset($_wp_contextual_help[‘dashboard’]) ) {
    $help = drag_drop_help();
   $_wp_contextual_help[‘dashboard’] = $help; }
 *  if ( !isset($_wp_contextual_help[‘link’]) ) {
    $help = drag_drop_help(); $_wp_contextual_help[‘
   link’] = $help; }
 *  if ( !isset($_wp_contextual_help[‘options-general’]) )
    $_wp_contextual_help[‘
   options-general’] = __(‘[General Settings](http://codex.wordpress.org/Settings_General_SubPanel)‘);
 *  $_wp_contextual_help = apply_filters(‘contextual_help_list’, $_wp_contextual_help,
   $screen);
    ?> <div id=”contextual-help-wrap” class=”hidden”> <?php $contextual_help
   = ”; if ( isset($_wp_contextual_help[$screen]) ) { if ( !empty($title) ) $contextual_help.
   = ‘<h5>’ . sprintf(__(‘Get help with “%s”‘), $title) . ‘</h5>’; else $contextual_help.
   = ‘<h5>’ . __(‘Get help with this page’) . ‘</h5>’; $contextual_help .= ‘<div
   class=”metabox-prefs”>’ . $_wp_contextual_help[$screen] . “</div>\n”;
 *  $contextual_help .= ‘<h5>’ . __(‘Other Help’) . ‘</h5>’;
    } else { $contextual_help.
   = ‘<h5>’ . __(‘Help’) . ‘</h5>’; }
 *  $contextual_help .= ‘<div class=”metabox-prefs”>’;
    $contextual_help .= __(‘
   [Documentation](http://codex.wordpress.org/)‘); $contextual_help .= ‘‘; $contextual_help.
   = __(‘[Support Forums](http://wordpress.org/support/)‘); $contextual_help .= “
   </div>\n”; echo apply_filters(‘contextual_help’, $contextual_help, $screen); ?
   > </div>
 * <div id=”screen-meta-links”>
    <div id=”contextual-help-link-wrap” class=”hide-
   if-no-js screen-meta-toggle”> [<?php _e(‘Help’) ?>](https://wordpress.org/support/users/bubblepoker/replies/?output_format=md#contextual-help)
   </div> <?php if ( $show_screen ) { ?> <div id=”screen-options-link-wrap” class
   =”hide-if-no-js screen-meta-toggle”> [<?php _e(‘Screen Options’) ?>](https://wordpress.org/support/users/bubblepoker/replies/?output_format=md#screen-options)
   </div> <?php } ?> </div> </div> <?php }
 * /**
    * Add contextual help text for a page * * [@since](https://wordpress.org/support/users/since/)
   2.7.0 * * [@param](https://wordpress.org/support/users/param/) string $screen
   The handle for the screen to add help to. This is usually the hook name returned
   by the add_*_page() functions. * [@param](https://wordpress.org/support/users/param/)
   string $help Arbitrary help text */ function add_contextual_help($screen, $help){
   global $_wp_contextual_help;
 *  if ( !isset($_wp_contextual_help) )
    $_wp_contextual_help = array();
 *  $_wp_contextual_help[$screen] = $help;
    }
 * function drag_drop_help() {
    return ‘ <p>’ . __(‘Most of the modules on this 
   screen can be moved. If you hover your mouse over the title bar of a module you’ll
   notice the 4 arrow cursor appears to let you know it is movable. Click on it,
   hold down the mouse button and start dragging the module to a new location. As
   you drag the module, notice the dotted gray box that also moves. This box indicates
   where the module will be placed when you release the mouse button.’) . ‘</p> 
   <p>’ . __(‘The same modules can be expanded and collapsed by clicking once on
   their title bar and also completely hidden from the Screen Options tab.’) . ‘
   </p> ‘; }
 * function screen_icon($name = ”) {
    global $parent_file, $hook_suffix;
 *  if ( empty($name) ) {
    if ( isset($parent_file) && !empty($parent_file) ) $name
   = substr($parent_file, 0, -4); else $name = str_replace(array(‘.php’, ‘-new’,‘-
   add’), ”, $hook_suffix); } unset($hook_suffix); ?> <div id=”icon-<?php echo $
   name; ?>” class=”icon32″></div> <?php }
 * ?>

Viewing 2 replies - 1 through 2 (of 2 total)