Changeset 667479
- Timestamp:
- 02/13/2013 04:47:18 PM (13 years ago)
- Location:
- back-end-instructions/trunk
- Files:
-
- 2 edited
-
instructions.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
back-end-instructions/trunk/instructions.php
r667019 r667479 5 5 Description: Plugin to provide nice little instructions for back-end WordPress users 6 6 Author: Shelly Cole 7 Version: 2.5 7 Version: 2.5.1 8 8 Author URI: http://brassblogs.com 9 9 License: GPLv2 … … 493 493 add_action ('wp_head', 'bei_hide_first_post_from_google'); 494 494 function bei_hide_first_post_from_google() { 495 global $ post;495 global $wpdb, $post; 496 496 $how_to_use_id = $wpdb->get_var("SELECT ID FROM $wpdb->posts WHERE post_name = 'bei-how-to' AND post_type = 'instructions'"); 497 497 -
back-end-instructions/trunk/readme.txt
r667019 r667479 5 5 Requires at least: 3.1 6 6 Tested up to: 3.5 7 Stable tag: 2.5 7 Stable tag: 2.5.1 8 8 License: GPLv2 or later 9 9 … … 147 147 == Changelog == 148 148 149 = 2.5.1 = 150 * Bugfix: missing variable. 151 149 152 = 2.5 = 150 153 * pluggable.php won't load until after ALL plugins have loaded, and only if needed.
Note: See TracChangeset
for help on using the changeset viewer.